MockableQuotaTenantResource.GetQuotaOperationsAsync(CancellationToken) Method

Definition

List all the operations supported by the Microsoft.Quota resource provider.

  • Request Path: /providers/Microsoft.Quota/operations
  • Operation Id: QuotaOperation_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Quota.Models.QuotaOperationResult> GetQuotaOperationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetQuotaOperationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.Models.QuotaOperationResult>
override this.GetQuotaOperationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Quota.Models.QuotaOperationResult>
Public Overridable Function GetQuotaOperationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of QuotaOperationResult)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of QuotaOperationResult that may take multiple service requests to iterate over.

Applies to