Compartilhar via


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

Definição

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

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)

Parâmetros

automationAccount
String

O nome da conta de automação.

credentialName
String

O nome da credencial.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

O modelo de resposta para a operação obter credencial.

Aplica-se a