QuotaRequestStatus interface

Interface representing a QuotaRequestStatus.

Methods

get(string, string, string, string, QuotaRequestStatusGetOptionalParams)

For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for the quota (service limit) returns a response with the requestId parameter.

list(string, string, string, QuotaRequestStatusListOptionalParams)

For the specified Azure region (location), subscription, and resource provider, get the history of the quota requests for the past year. To select specific quota requests, use the oData filter.

Method Details

get(string, string, string, string, QuotaRequestStatusGetOptionalParams)

For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for the quota (service limit) returns a response with the requestId parameter.

function get(subscriptionId: string, providerId: string, location: string, id: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestDetails>

Parameters

subscriptionId

string

Azure subscription ID.

providerId

string

Azure resource provider ID.

location

string

Azure region.

id

string

Quota Request ID.

options
QuotaRequestStatusGetOptionalParams

The options parameters.

Returns

list(string, string, string, QuotaRequestStatusListOptionalParams)

For the specified Azure region (location), subscription, and resource provider, get the history of the quota requests for the past year. To select specific quota requests, use the oData filter.

function list(subscriptionId: string, providerId: string, location: string, options?: QuotaRequestStatusListOptionalParams): PagedAsyncIterableIterator<QuotaRequestDetails, QuotaRequestDetails[], PageSettings>

Parameters

subscriptionId

string

Azure subscription ID.

providerId

string

Azure resource provider ID.

location

string

Azure region.

options
QuotaRequestStatusListOptionalParams

The options parameters.

Returns