JobOperationsExtensions.ListByAutomationAccountNext メソッド

定義

ジョブの一覧を取得します。 http://aka.ms/azureautomationsdk/joboperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobCollectionItem> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IJobOperations operations, string nextPageLink, string clientRequestId = default);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IJobOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobCollectionItem>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IJobOperations, nextPageLink As String, Optional clientRequestId As String = Nothing) As IPage(Of JobCollectionItem)

パラメーター

operations
IJobOperations

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

nextPageLink
String

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

clientRequestId
String

この特定のクライアント要求を識別します。

戻り値

適用対象