Partager via


ManagedClustersOperationsExtensions.ListNextAsync Méthode

Définition

Obtient la liste des clusters managés dans l’abonnement spécifié.

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

Paramètres

operations
IManagedClustersOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtient la liste des clusters managés dans l’abonnement spécifié. L’opération retourne les propriétés de chaque cluster managé.

S’applique à