次の方法で共有


SyncAgentsOperationsExtensions.ListByServerNext メソッド

定義

サーバー内の同期エージェントを一覧表示します。

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

パラメーター

operations
ISyncAgentsOperations

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

nextPageLink
String

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

戻り値

適用対象