次の方法で共有


JobsOperationsExtensions.ListByAgentNext(IJobsOperations, String) メソッド

定義

ジョブの一覧を取得します。

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

パラメーター

operations
IJobsOperations

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

nextPageLink
String

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

戻り値

適用対象