Compartilhar via


ConnectionOperationsExtensions.ListAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Automation.IConnectionOperations operations, string automationAccount);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.IConnectionOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse>
<Extension()>
Public Function ListAsync (operations As IConnectionOperations, automationAccount As String) As Task(Of ConnectionListResponse)

Parâmetros

operations
IConnectionOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.

automationAccount
String

Obrigatórios. O nome da conta de automação.

Retornos

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

Aplica-se a