次の方法で共有


WorkloadGroupsOperationsExtensions.ListByDatabaseNext メソッド

定義

ワークロード グループの一覧を取得します

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)

パラメーター

operations
IWorkloadGroupsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象