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

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”

适用于