Partager via


ConnectionTypeOperationsExtensions.Get Méthode

Définition

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

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

Paramètres

operations
IConnectionTypeOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

connectionTypeName
String

Obligatoire. Nom du type de connexion.

Retours

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

S’applique à