RunbookOperationsExtensions.ListNext 方法 (IRunbookOperations, String)

 

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

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

语法

public static RunbookListResponse ListNext(
    this IRunbookOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static RunbookListResponse^ ListNext(
    IRunbookOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:IRunbookOperations *
        nextLink:string -> RunbookListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As IRunbookOperations,
    nextLink As String
) As RunbookListResponse

参数

  • nextLink
    Type: System.String

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

返回值

Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse

列表 runbook 操作该响应模型。

请参阅

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

返回页首