Partager via


CredentialOperationsExtensions.GetAsync 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.ICredentialOperations operations, string automationAccount, string credentialName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.ICredentialOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialGetResponse>
<Extension()>
Public Function GetAsync (operations As ICredentialOperations, automationAccount As String, credentialName As String) As Task(Of CredentialGetResponse)

Paramètres

operations
ICredentialOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

credentialName
String

Obligatoire. Nom des informations d’identification.

Retours

Modèle de réponse pour l’opération d’obtention des informations d’identification.

S’applique à