Partilhar via


OperationsExtensions.ListAsync(IOperations, CancellationToken) Método

Definição

Obtém uma lista de operações de computação.

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

Parâmetros

operations
IOperations

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a