次の方法で共有


JobTargetGroupsOperationsExtensions.ListByAgentNext メソッド

定義

エージェント内のすべてのターゲット グループを取得します。

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

パラメーター

operations
IJobTargetGroupsOperations

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

nextPageLink
String

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

戻り値

適用対象