ConnectionTypeOperationsExtensions.GetAsync 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, string connectionTypeName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse>
<Extension()>
Public Function GetAsync (operations As IConnectionTypeOperations, automationAccount As String, connectionTypeName As String) As Task(Of 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