ConnectionOperationsExtensions.List(IConnectionOperations, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérer une liste de connexions. (voir http://aka.ms/azureautomationsdk/connectionoperations pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse List (this Microsoft.WindowsAzure.Management.Automation.IConnectionOperations operations, string automationAccount);
static member List : Microsoft.WindowsAzure.Management.Automation.IConnectionOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse
<Extension()>
Public Function List (operations As IConnectionOperations, automationAccount As String) As 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 à
Azure SDK for .NET