次の方法で共有


CertificateBaseProperties コンストラクター

定義

オーバーロード

CertificateBaseProperties()

CertificateBaseProperties クラスの新しいインスタンスを初期化します。

CertificateBaseProperties(String, String, CertificateFormat)

CertificateBaseProperties クラスの新しいインスタンスを初期化します。

CertificateBaseProperties()

CertificateBaseProperties クラスの新しいインスタンスを初期化します。

public CertificateBaseProperties ();
Public Sub New ()

適用対象

CertificateBaseProperties(String, String, CertificateFormat)

CertificateBaseProperties クラスの新しいインスタンスを初期化します。

public CertificateBaseProperties (string thumbprintAlgorithm = default, string thumbprint = default, Microsoft.Azure.Management.Batch.Models.CertificateFormat format = Microsoft.Azure.Management.Batch.Models.CertificateFormat.Pfx);
new Microsoft.Azure.Management.Batch.Models.CertificateBaseProperties : string * string * Microsoft.Azure.Management.Batch.Models.CertificateFormat -> Microsoft.Azure.Management.Batch.Models.CertificateBaseProperties
Public Sub New (Optional thumbprintAlgorithm As String = Nothing, Optional thumbprint As String = Nothing, Optional format As CertificateFormat = Microsoft.Azure.Management.Batch.Models.CertificateFormat.Pfx)

パラメーター

thumbprintAlgorithm
String

証明書の拇印のアルゴリズム。

thumbprint
String

証明書のサムプリント。

format
CertificateFormat

証明書の形式 (Pfx または Cer)。 省略した場合、既定値は Pfx です。 使用できる値は、'Pfx'、'Cer' です。

適用対象