ICertificateOperations::GetAsync Method (String^, String^, CancellationToken)
Retrieve the certificate identified by certificate name. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<CertificateGetResponse^>^ GetAsync( String^ automationAccount, String^ certificateName, CancellationToken cancellationToken )
Parameters
- automationAccount
-
Type:
System::String^
The automation account name.
- certificateName
-
Type:
System::String^
The name of certificate.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<CertificateGetResponse^>^The response model for the get certificate operation.
Show: