次の方法で共有


JobOperationsExtensions.ListFromJobScheduleNext メソッド

定義

指定したジョブ スケジュールで作成されたジョブを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob> ListFromJobScheduleNext (this Microsoft.Azure.Batch.Protocol.IJobOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions = default);
static member ListFromJobScheduleNext : Microsoft.Azure.Batch.Protocol.IJobOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobListFromJobScheduleNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.CloudJob>
<Extension()>
Public Function ListFromJobScheduleNext (operations As IJobOperations, nextPageLink As String, Optional jobListFromJobScheduleNextOptions As JobListFromJobScheduleNextOptions = Nothing) As IPage(Of CloudJob)

パラメーター

operations
IJobOperations

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

nextPageLink
String

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

jobListFromJobScheduleNextOptions
JobListFromJobScheduleNextOptions

操作の追加パラメーター

戻り値

適用対象