Partager via


OperationsExtensions.ListAsync(IOperations, CancellationToken) Méthode

Définition

Obtient la liste des opérations de calcul.

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))

Paramètres

operations
IOperations

Groupe d’opérations pour cette méthode d’extension.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à