CertificateOperationsExtensions.Get Method

Definition

Retrieve the certificate identified by certificate name. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)

public static Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse Get (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string automationAccount, string certificateName);
static member Get : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string * string -> Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse
<Extension()>
Public Function Get (operations As ICertificateOperations, automationAccount As String, certificateName As String) As 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