Partager via


VirtualClustersOperationsExtensions.ListNextAsync Méthode

Définition

Obtient la liste de tous les virtualClusters de l’abonnement.

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

Paramètres

operations
IVirtualClustersOperations

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

S’applique à