次の方法で共有


SyncGroupsOperationsExtensions.ListByDatabaseNext メソッド

定義

ハブ データベースの下に同期グループを一覧表示します。

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

パラメーター

operations
ISyncGroupsOperations

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

nextPageLink
String

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

戻り値

適用対象