次の方法で共有


ScheduleOperationsExtensions.ListByAutomationAccountNext メソッド

定義

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

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

パラメーター

operations
IScheduleOperations

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

nextPageLink
String

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

戻り値

適用対象