Freigeben über


WorkloadGroupsOperationsExtensions.ListByDatabaseNextAsync Methode

Definition

Ruft die Liste der Workloadgruppen ab.

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

Parameter

operations
IWorkloadGroupsOperations

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: