NetAppResourceQuotaLimitsAccountOperations interface
Interface representing a NetAppResourceQuotaLimitsAccount operations.
Properties
| get | Get the default, current and usages account quota limit |
| list | Gets a list of quota limits for all quotas that are under account. Currently PoolsPerAccount is the only one. |
Property Details
get
Get the default, current and usages account quota limit
get: (resourceGroupName: string, accountName: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsAccountGetOptionalParams) => Promise<QuotaItem>
Property Value
(resourceGroupName: string, accountName: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsAccountGetOptionalParams) => Promise<QuotaItem>
list
Gets a list of quota limits for all quotas that are under account. Currently PoolsPerAccount is the only one.
list: (resourceGroupName: string, accountName: string, options?: NetAppResourceQuotaLimitsAccountListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>
Property Value
(resourceGroupName: string, accountName: string, options?: NetAppResourceQuotaLimitsAccountListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>