CertificateOperationsExtensions.Get Method (ICertificateOperations, String, String)
Retrieve the certificate identified by certificate name. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static CertificateGetResponse Get(
this ICertificateOperations operations,
string automationAccount,
string certificateName
)
public:
[ExtensionAttribute]
static CertificateGetResponse^ Get(
ICertificateOperations^ operations,
String^ automationAccount,
String^ certificateName
)
static member Get :
operations:ICertificateOperations *
automationAccount:string *
certificateName:string -> CertificateGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As ICertificateOperations,
automationAccount As String,
certificateName As String
) As CertificateGetResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICertificateOperationsReference to the Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
automationAccount
Type: System.StringRequired. The automation account name.
certificateName
Type: System.StringRequired. The name of certificate.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.CertificateGetResponse
The response model for the get certificate operation.
See Also
CertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top