次の方法で共有


SourceControlSyncJobOperationsExtensions.ListByAutomationAccountNext メソッド

定義

ソース管理同期ジョブの一覧を取得します。 http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

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

パラメーター

operations
ISourceControlSyncJobOperations

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

nextPageLink
String

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

戻り値

適用対象