QuotaRequestStatusOperations interface
Interface representing a QuotaRequestStatus operations.
Properties
| get | 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 | 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. |
Property Details
get
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.
get: (subscriptionId: string, providerId: string, location: string, id: string, options?: QuotaRequestStatusGetOptionalParams) => Promise<QuotaRequestDetails>
Property Value
(subscriptionId: string, providerId: string, location: string, id: string, options?: QuotaRequestStatusGetOptionalParams) => Promise<QuotaRequestDetails>
list
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.
list: (subscriptionId: string, providerId: string, location: string, options?: QuotaRequestStatusListOptionalParams) => PagedAsyncIterableIterator<QuotaRequestDetails, QuotaRequestDetails[], PageSettings>
Property Value
(subscriptionId: string, providerId: string, location: string, options?: QuotaRequestStatusListOptionalParams) => PagedAsyncIterableIterator<QuotaRequestDetails, QuotaRequestDetails[], PageSettings>