Compartilhar via


ManagedClustersOperationsExtensions.ListAsync Método

Definição

Obtém uma lista de clusters gerenciados na assinatura especificada.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterInner>> ListAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ContainerService.Fluent.IManagedClustersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterInner>>
<Extension()>
Public Function ListAsync (operations As IManagedClustersOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedClusterInner))

Parâmetros

operations
IManagedClustersOperations

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtém uma lista de clusters gerenciados na assinatura especificada. A operação retorna propriedades de cada cluster gerenciado.

Aplica-se a