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

BatchCertificateReference(String, String) Constructor

Definition

Initializes a new instance of BatchCertificateReference.

public BatchCertificateReference(string thumbprint, string thumbprintAlgorithm);
new Azure.Compute.Batch.BatchCertificateReference : string * string -> Azure.Compute.Batch.BatchCertificateReference
Public Sub New (thumbprint As String, thumbprintAlgorithm As String)

Parameters

thumbprint
String

The thumbprint of the Certificate.

thumbprintAlgorithm
String

The algorithm with which the thumbprint is associated. This must be sha1.

Exceptions

thumbprint or thumbprintAlgorithm is null.

Applies to