Freigeben über


QuotaOperationOperationsExtensions.ListAsync Methode

Definition

GET-Kontingentvorgänge.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.OperationResponse>> ListAsync(this Microsoft.Azure.Management.Quota.IQuotaOperationOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Quota.IQuotaOperationOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.OperationResponse>>
<Extension()>
Public Function ListAsync (operations As IQuotaOperationOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OperationResponse))

Parameter

operations
IQuotaOperationOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet alle Vorgänge auf, die vom Ressourcenanbieter Microsoft.Quota unterstützt werden.

Gilt für: