Share via


IQuotaRequestStatusOperations Interface

Definition

QuotaRequestStatusOperations operations.

public interface IQuotaRequestStatusOperations
type IQuotaRequestStatusOperations = interface
Public Interface IQuotaRequestStatusOperations

Methods

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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.

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

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.

Extension Methods

Get(IQuotaRequestStatusOperations, String, String)

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.

GetAsync(IQuotaRequestStatusOperations, String, String, CancellationToken)

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

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.

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

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.

ListNext(IQuotaRequestStatusOperations, String)

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.

ListNextAsync(IQuotaRequestStatusOperations, String, CancellationToken)

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.

Applies to