Compartir a través de


OperationsExtensions.ListAsync(IOperations, CancellationToken) Método

Definición

Obtiene una lista de operaciones de proceso híbridas.

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

Parámetros

operations
IOperations

Grupo de operaciones para este método de extensión.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a