Partager via


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

Paramètres

automationAccount
String

Nom du compte Automation.

connectionTypeName
String

Nom du type de connexion.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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

S’applique à