次の方法で共有


RecurrenceOperationsExtensions.ListNext(IRecurrenceOperations, String) メソッド

定義

すべての繰り返しを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation> ListNext (this Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation>
<Extension()>
Public Function ListNext (operations As IRecurrenceOperations, nextPageLink As String) As IPage(Of JobRecurrenceInformation)

パラメーター

operations
IRecurrenceOperations

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

nextPageLink
String

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

戻り値

適用対象