OpenShiftManagedClustersOperationsExtensions.ListAsync Método

Definição

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

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

Parâmetros

operations
IOpenShiftManagedClustersOperations

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 do OpenShift na assinatura especificada. A operação retorna propriedades de cada cluster gerenciado do OpenShift.

Aplica-se a