你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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