SelectedCertificateInput Constructors

Definition

Overloads

SelectedCertificateInput()

Initializes a new instance of the SelectedCertificateInput class.

SelectedCertificateInput(String, String)

Initializes a new instance of the SelectedCertificateInput class.

SelectedCertificateInput()

Initializes a new instance of the SelectedCertificateInput class.

public SelectedCertificateInput ();
Public Sub New ()

Applies to

SelectedCertificateInput(String, String)

Initializes a new instance of the SelectedCertificateInput class.

public SelectedCertificateInput (string certificateName, string password);
new Microsoft.Azure.Management.DataMigration.Models.SelectedCertificateInput : string * string -> Microsoft.Azure.Management.DataMigration.Models.SelectedCertificateInput
Public Sub New (certificateName As String, password As String)

Parameters

certificateName
String

Name of certificate to be exported.

password
String

Password to use for encrypting the exported certificate.

Applies to