Freigeben über


VirtualClustersOperationsExtensions.ListNextAsync Methode

Definition

Ruft eine Liste aller virtualClusters im Abonnement ab.

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

Parameter

operations
IVirtualClustersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: