Partager via


ConnectionOperationsExtensions.ListAsync Méthode

Définition

Récupérez une liste de connexions. (voir http://aka.ms/azureautomationsdk/connectionoperations pour plus d’informations)

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)

Paramètres

operations
IConnectionOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

Retours

Modèle de réponse pour l’opération de connexion de liste.

S’applique à