NetAppResourceQuotaLimits interface
Interface representing a NetAppResourceQuotaLimits.
Methods
get(string, string, Net |
Get the default and current subscription quota limit |
list(string, Net |
Get the default and current limits for quotas |
Method Details
get(string, string, NetAppResourceQuotaLimitsGetOptionalParams)
Get the default and current subscription quota limit
function get(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams): Promise<SubscriptionQuotaItem>
Parameters
- location
-
string
The name of the Azure region.
- quotaLimitName
-
string
The name of the Quota Limit
The options parameters.
Returns
Promise<SubscriptionQuotaItem>
list(string, NetAppResourceQuotaLimitsListOptionalParams)
Get the default and current limits for quotas
function list(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams): PagedAsyncIterableIterator<SubscriptionQuotaItem, SubscriptionQuotaItem[], PageSettings>
Parameters
- location
-
string
The name of the Azure region.
The options parameters.