Freigeben über


OperationsExtensions.ListAsync(IOperations, CancellationToken) Methode

Definition

Auflisten verfügbarer Vorgänge.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.Operation>> ListAsync (this Microsoft.Azure.Management.EventGrid.IOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.EventGrid.IOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.EventGrid.Models.Operation>>
<Extension()>
Public Function ListAsync (operations As IOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Operation))

Parameter

operations
IOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Listet die verfügbaren Vorgänge auf, die vom Ressourcenanbieter Microsoft.EventGrid unterstützt werden.

Gilt für: