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.ContainerService.Fluent.Models.OperationValue>> ListAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ContainerService.Fluent.IOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.ContainerService.Fluent.Models.OperationValue>>
<Extension()>
Public Function ListAsync (operations As IOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of OperationValue))

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