CertificateOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the certificate identified by certificate name. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount, string certificateName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse>
<Extension()>
Public Function GetAsync (operations As ICertificateOperations, automationAccount As String, certificateName As String) As Task(Of CertificateGetResponse)
Parameters
- operations
- ICertificateOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
- automationAccount
- String
Required. The automation account name.
- certificateName
- String
Required. The name of certificate.
Returns
The response model for the get certificate operation.
Applies to
Azure SDK for .NET