AutomationAccountOperationsExtensions.ListNextAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ListNextAsync(IAutomationAccountOperations, String) | |
ListNextAsync(IAutomationAccountOperations, String, CancellationToken) |
Lista as Contas de Automação em uma assinatura do 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)
Parâmetros
- operations
- IAutomationAccountOperations
- nextLink
- String
Retornos
Aplica-se a
ListNextAsync(IAutomationAccountOperations, String, CancellationToken)
Lista as Contas de Automação em uma assinatura do 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))
Parâmetros
- operations
- IAutomationAccountOperations
O grupo de operações para esse método de extensão.
- nextPageLink
- String
O NextLink da chamada com êxito anterior para a operação Listar.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Comentários
Recupere uma lista de contas em uma determinada assinatura.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET