VariableOperationsExtensions.ListNextAsync 方法 (IVariableOperations, String)

 

检索下一步的变量的列表。 (请参阅 https://aka.ms/azureautomationsdk/variableoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

public static Task<VariableListResponse> ListNextAsync(
    this IVariableOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<VariableListResponse^>^ ListNextAsync(
    IVariableOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IVariableOperations *
        nextLink:string -> Task<VariableListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IVariableOperations,
    nextLink As String
) As Task(Of VariableListResponse)

参数

  • nextLink
    Type: System.String

    必需。 要检索下一组项的链接。

返回值

Type: System.Threading.Tasks.Task<VariableListResponse>

列表变量操作该响应模型。

请参阅

VariableOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首