JobScheduleOperationsExtensions.ListByAutomationAccountNext メソッド

定義

ジョブ スケジュールの一覧を取得します。 http://aka.ms/azureautomationsdk/jobscheduleoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobSchedule>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IJobScheduleOperations, nextPageLink As String) As IPage(Of JobSchedule)

パラメーター

operations
IJobScheduleOperations

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

nextPageLink
String

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

戻り値

適用対象