CertificateCreateProperties Constructors

Definition

Overloads

CertificateCreateProperties()

Initializes a new instance of the CertificateCreateProperties class.

CertificateCreateProperties(String)

Initializes a new instance of the CertificateCreateProperties class with required arguments.

CertificateCreateProperties()

Initializes a new instance of the CertificateCreateProperties class.

public CertificateCreateProperties ();
Public Sub New ()

Applies to

CertificateCreateProperties(String)

Initializes a new instance of the CertificateCreateProperties class with required arguments.

public CertificateCreateProperties (string base64Value);
new Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties : string -> Microsoft.WindowsAzure.Management.Automation.Models.CertificateCreateProperties
Public Sub New (base64Value As String)

Parameters

base64Value
String

Applies to