你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationAccountOperationsExtensions.ListNextAsync 方法

定义

重载

ListNextAsync(IAutomationAccountOperations, String)
ListNextAsync(IAutomationAccountOperations, String, CancellationToken)

列出 Azure 订阅中的自动化帐户。

ListNextAsync(IAutomationAccountOperations, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse> ListNextAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse>
<Extension()>
Public Function ListNextAsync (operations As IAutomationAccountOperations, nextLink As String) As Task(Of AutomationAccountListResponse)

参数

nextLink
String

返回

适用于

ListNextAsync(IAutomationAccountOperations, String, CancellationToken)

列出 Azure 订阅中的自动化帐户。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>> ListNextAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>>
<Extension()>
Public Function ListNextAsync (operations As IAutomationAccountOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AutomationAccount))

参数

operations
IAutomationAccountOperations

此扩展方法的操作组。

nextPageLink
String

上一次成功调用 List 操作的 NextLink。

cancellationToken
CancellationToken

取消标记。

返回

注解

检索给定订阅中的帐户列表。

适用于