ActivityOperationsExtensions.ListNextAsync 方法 (IActivityOperations, String)

 

检索由模块名称标识的模块中的活动的下一步列表。 (请参阅 https://aka.ms/azureautomationsdk/activityoperations 有关详细信息)

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

语法

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

参数

  • nextLink
    Type: System.String

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

返回值

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

列表活动操作该响应模型。

请参阅

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

返回页首