Package version:

Interface QuotaRequestStatusOperations

Interface representing a QuotaRequestStatus operations.

interface QuotaRequestStatusOperations {
    get: ((id: string, scope: string, options?: QuotaRequestStatusGetOptionalParams) => Promise<QuotaRequestDetails>);
    list: ((scope: string, options?: QuotaRequestStatusListOptionalParams) => PagedAsyncIterableIterator<QuotaRequestDetails, {}, PageSettings>);
}

Properties

Properties

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

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.

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.