共用方式為


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'

適用於