Share via


QuotaRequestStatusOperations interface

Interface representing a QuotaRequestStatus operations.

Properties

get

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

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.

Property Details

get

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.

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

Property Value

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

list

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.

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

Property Value

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