Share via


VariableOperationsExtensions.ListByAutomationAccountNext メソッド

定義

変数の一覧を取得します。 http://aka.ms/azureautomationsdk/variableoperations

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

パラメーター

operations
IVariableOperations

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

nextPageLink
String

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

戻り値

適用対象