CertificateOperationsExtensions.Get 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 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
Azure SDK for .NET