Freigeben über


VirtualClustersOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Ruft eine Liste der virtuellen Cluster in einer Ressourcengruppe ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.VirtualCluster>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.Sql.IVirtualClustersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : 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 ListByResourceGroupNextAsync (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

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: