ICredentialOperations.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 les informations d’identification identifiées par le nom des informations d’identification. (voir http://aka.ms/azureautomationsdk/credentialoperations pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse> GetAsync(string automationAccount, string credentialName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse>
Public Function GetAsync (automationAccount As String, credentialName As String, cancellationToken As CancellationToken) As Task(Of CredentialGetResponse)
Paramètres
- automationAccount
- String
Nom du compte Automation.
- credentialName
- String
Nom des informations d’identification.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Modèle de réponse pour l’opération obtenir les informations d’identification.
S’applique à
Azure SDK for .NET