Compartilhar via


Método IConnectionOperations.ListAsync (String, CancellationToken)

 

Recupere uma lista de conexões. (consulte https://aka.ms/azureautomationsdk/connectionoperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

Task<ConnectionListResponse> ListAsync(
    string automationAccount,
    CancellationToken cancellationToken
)
Task<ConnectionListResponse^>^ ListAsync(
    String^ automationAccount,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        automationAccount:string *
        cancellationToken:CancellationToken -> Task<ConnectionListResponse>
Function ListAsync (
    automationAccount As String,
    cancellationToken As CancellationToken
) As Task(Of ConnectionListResponse)

Parâmetros

  • automationAccount
    Type: System.String

    O nome da conta de automação.

Valor de retorno

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

O modelo de resposta para a operação de conexão da lista.

Consulte também

Interface IConnectionOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo