Partager via


ConnectionOperationsExtensions.Get Méthode

Définition

Récupérez la connexion identifiée par le nom de la connexion. (voir http://aka.ms/azureautomationsdk/connectionoperations pour plus d’informations)

public static Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse Get(this Microsoft.WindowsAzure.Management.Automation.IConnectionOperations operations, string automationAccount, string connectionName);
static member Get : Microsoft.WindowsAzure.Management.Automation.IConnectionOperations * string * string -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse
<Extension()>
Public Function Get (operations As IConnectionOperations, automationAccount As String, connectionName As String) As ConnectionGetResponse

Paramètres

operations
IConnectionOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

connectionName
String

Obligatoire. Nom de la connexion.

Retours

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

S’applique à