Partager via


ConnectionTypeOperationsExtensions.GetAsync 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 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 à