ConnectionOperationsExtensions.ListByAutomationAccountNext メソッド

定義

接続の一覧を取得します。 http://aka.ms/azureautomationsdk/connectionoperations

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

パラメーター

operations
IConnectionOperations

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

nextPageLink
String

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

戻り値

適用対象