Quotas interface
Interface representing a Quotas.
Methods
get(string, string, Quotas |
Get quota by name. |
list |
List quotas for a given subscription Id. |
Method Details
get(string, string, QuotasGetOptionalParams)
Get quota by name.
function get(location: string, name: string, options?: QuotasGetOptionalParams): Promise<Quota>
Parameters
- location
-
string
The location of quota in ARM Normalized format like eastus, southeastasia etc.
- name
-
string
The quota name.
- options
- QuotasGetOptionalParams
The options parameters.
Returns
Promise<Quota>
listBySubscription(string, QuotasListBySubscriptionOptionalParams)
List quotas for a given subscription Id.
function listBySubscription(location: string, options?: QuotasListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Quota, Quota[], PageSettings>
Parameters
- location
-
string
The location of quota in ARM Normalized format like eastus, southeastasia etc.
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript