共用方式為


WorkloadGroupsOperationsExtensions.ListByDatabaseNext Method

Definition

Gets the list of workload groups

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)

Parameters

operations
IWorkloadGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to