CertificateBaseProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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'