Método ICertificateOperations.GetAsync (String, String, CancellationToken)
Recupere o certificado identificado pelo nome do certificado. (consulte https://aka.ms/azureautomationsdk/certificateoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
Task<CertificateGetResponse> GetAsync(
string automationAccount,
string certificateName,
CancellationToken cancellationToken
)
Task<CertificateGetResponse^>^ GetAsync(
String^ automationAccount,
String^ certificateName,
CancellationToken cancellationToken
)
abstract GetAsync :
automationAccount:string *
certificateName:string *
cancellationToken:CancellationToken -> Task<CertificateGetResponse>
Function GetAsync (
automationAccount As String,
certificateName As String,
cancellationToken As CancellationToken
) As Task(Of CertificateGetResponse)
Parâmetros
automationAccount
Type: System.StringO nome da conta de automação.
certificateName
Type: System.StringO nome do certificado.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<CertificateGetResponse>
O modelo de resposta para a operação de obtenção de certificado.
Consulte também
Interface ICertificateOperations
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo