ConnectionTypeOperationsExtensions.Get 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é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 à
Azure SDK for .NET