CertificateReference Class

Definition

A reference to a certificate to be installed on compute nodes in a pool. This must exist inside the same account as the pool.

public class CertificateReference
type CertificateReference = class
Public Class CertificateReference
Inheritance
CertificateReference

Remarks

Warning: This object is deprecated and will be removed after February, 2024. Please use the [Azure KeyVault Extension](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) instead.

Constructors

CertificateReference()

Initializes a new instance of the CertificateReference class.

CertificateReference(String, Nullable<CertificateStoreLocation>, String, IList<CertificateVisibility>)

Initializes a new instance of the CertificateReference class.

Properties

Id

Gets or sets the fully qualified ID of the certificate to install on the pool. This must be inside the same batch account as the pool.

StoreLocation

Gets or sets the location of the certificate store on the compute node into which to install the certificate.

StoreName

Gets or sets the name of the certificate store on the compute node into which to install the certificate.

Visibility

Gets or sets which user accounts on the compute node should have access to the private data of the certificate.

Methods

Validate()

Validate the object.

Applies to