Compartilhar via


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

 

Recupere a credencial identificada pelo nome da credencial. (consulte https://aka.ms/azureautomationsdk/credentialoperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

Task<CredentialGetResponse> GetAsync(
    string automationAccount,
    string credentialName,
    CancellationToken cancellationToken
)
Task<CredentialGetResponse^>^ GetAsync(
    String^ automationAccount,
    String^ credentialName,
    CancellationToken cancellationToken
)
abstract GetAsync : 
        automationAccount:string *
        credentialName:string *
        cancellationToken:CancellationToken -> Task<CredentialGetResponse>
Function GetAsync (
    automationAccount As String,
    credentialName As String,
    cancellationToken As CancellationToken
) As Task(Of CredentialGetResponse)

Parâmetros

  • automationAccount
    Type: System.String

    O nome da conta de automação.

Valor de retorno

Type: System.Threading.Tasks.Task<CredentialGetResponse>

O modelo de resposta para a operação de obtenção de credenciais.

Consulte também

Interface ICredentialOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo