Freigeben über


OperationsExtensions.ListAsync(IOperations, CancellationToken) Methode

Definition

Ruft eine Liste von Computevorgängen ab.

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

Parameter

operations
IOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: