Share via


QuotaRequestStatusOperationsExtensions Class

Definition

Extension methods for QuotaRequestStatusOperations.

public static class QuotaRequestStatusOperationsExtensions
type QuotaRequestStatusOperationsExtensions = class
Public Module QuotaRequestStatusOperationsExtensions
Inheritance
QuotaRequestStatusOperationsExtensions

Methods

Get(IQuotaRequestStatusOperations, String, String, String, String)

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.

GetAsync(IQuotaRequestStatusOperations, String, String, String, String, CancellationToken)

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(IQuotaRequestStatusOperations, String, String, String, String, Nullable<Int32>, String)

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.

ListAsync(IQuotaRequestStatusOperations, String, String, String, String, Nullable<Int32>, String, CancellationToken)

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.

ListNext(IQuotaRequestStatusOperations, String)

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.

ListNextAsync(IQuotaRequestStatusOperations, String, CancellationToken)

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.

Applies to