次の方法で共有


SelectedCertificateInput(String, String) コンストラクター

定義

SelectedCertificateInput の新しいインスタンスを初期化します。

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

パラメーター

certificateName
String

エクスポートする証明書の名前。

password
String

エクスポートされた証明書の暗号化に使用するパスワード。

例外

certificateName または password が null です。

適用対象