QuotaRequestStatus interface

Interface representing a QuotaRequestStatus.

Methods

get(string, string, QuotaRequestStatusGetOptionalParams)

Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID id is returned in the response of the PUT operation.

list(string, QuotaRequestStatusListOptionalParams)

For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the oData filter to select quota requests.

Method Details

get(string, string, QuotaRequestStatusGetOptionalParams)

Get the quota request details and status by quota request ID for the resources of the resource provider at a specific location. The quota request ID id is returned in the response of the PUT operation.

function get(id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams): Promise<QuotaRequestDetails>

Parameters

id

string

Quota request ID.

scope

string

The target Azure resource URI. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/. This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas, then it's the target Azure resource URI in the GET operation for the specific resource.

options
QuotaRequestStatusGetOptionalParams

The options parameters.

Returns

list(string, QuotaRequestStatusListOptionalParams)

For the specified scope, get the current quota requests for a one year period ending at the time is made. Use the oData filter to select quota requests.

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

Parameters

scope

string

The target Azure resource URI. For example, /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/qms-test/providers/Microsoft.Batch/batchAccounts/testAccount/. This is the target Azure resource URI for the List GET operation. If a {resourceName} is added after /quotas, then it's the target Azure resource URI in the GET operation for the specific resource.

options
QuotaRequestStatusListOptionalParams

The options parameters.

Returns