共用方式為


QuotaRequestStatusOperationsExtensions Class

Definition

Extension methods for QuotaRequestStatusOperations.

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

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