SourceControlOperationsExtensions.ListByAutomationAccountNext メソッド

定義

ソース管理の一覧を取得します。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

パラメーター

operations
ISourceControlOperations

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

nextPageLink
String

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

戻り値

適用対象