Freigeben über


WorkloadGroupsOperationsExtensions.ListByDatabaseNext Methode

Definition

Ruft die Liste der Workloadgruppen ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.WorkloadGroup> ListByDatabaseNext(this Microsoft.Azure.Management.Sql.IWorkloadGroupsOperations operations, string nextPageLink);
static member ListByDatabaseNext : Microsoft.Azure.Management.Sql.IWorkloadGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.WorkloadGroup>
<Extension()>
Public Function ListByDatabaseNext (operations As IWorkloadGroupsOperations, nextPageLink As String) As IPage(Of WorkloadGroup)

Parameter

operations
IWorkloadGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: