次の方法で共有


JobStepExecutionsOperationsExtensions.ListByJobExecutionNext メソッド

定義

ジョブ実行のステップ実行を一覧表示します。

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

パラメーター

operations
IJobStepExecutionsOperations

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

nextPageLink
String

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

戻り値

適用対象