Share via


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

  • automationAccount
    Type: System.String

    Required. The automation account name.

  • certificateName
    Type: System.String

    Required. 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