Partager via


ICredentialOperations.GetAsync(String, String, CancellationToken) Méthode

Définition

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 à