Sdílet prostřednictvím


IQuotaRequestStatusOperations Interface

Definition

QuotaRequestStatusOperations operations.

public interface IQuotaRequestStatusOperations
type IQuotaRequestStatusOperations = interface
Public Interface IQuotaRequestStatusOperations

Methods

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<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.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListWithHttpMessagesAsync(String, String, String, String, Nullable<Int32>, String, Dictionary<String,List<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.

Extension 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