Quotas interface

Interface die een quota vertegenwoordigt.

Methoden

get(string, string, QuotasGetOptionalParams)

Quotum op naam ophalen.

listBySubscription(string, QuotasListBySubscriptionOptionalParams)

Quota weergeven voor een bepaalde abonnements-id.

Methodedetails

get(string, string, QuotasGetOptionalParams)

Quotum op naam ophalen.

function get(location: string, name: string, options?: QuotasGetOptionalParams): Promise<Quota>

Parameters

location

string

De locatie van het quotum in genormaliseerde ARM-indeling, zoals eastus, southeastasia, enzovoort.

name

string

De quotumnaam.

options
QuotasGetOptionalParams

De optiesparameters.

Retouren

Promise<Quota>

listBySubscription(string, QuotasListBySubscriptionOptionalParams)

Quota weergeven voor een bepaalde abonnements-id.

function listBySubscription(location: string, options?: QuotasListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Quota, Quota[], PageSettings>

Parameters

location

string

De locatie van het quotum in genormaliseerde ARM-indeling, zoals eastus, southeastasia, enzovoort.

options
QuotasListBySubscriptionOptionalParams

De optiesparameters.

Retouren