IConnectionTypeOperations.GetAsync(String, String, CancellationToken) 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 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 à
Azure SDK for .NET