Quotas interface

Interface representing a Quotas.

Methods

get(string, string, QuotasGetOptionalParams)

Get quota by name.

listBySubscription(string, QuotasListBySubscriptionOptionalParams)

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.

options
QuotasListBySubscriptionOptionalParams

The options parameters.

Returns