BatchAccountPoolData.Certificates Property

Definition

For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., /home/{user-name}/certs) and certificates are placed in that directory.

Warning: This property is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.

public System.Collections.Generic.IList<Azure.ResourceManager.Batch.Models.BatchCertificateReference> Certificates { get; }
member this.Certificates : System.Collections.Generic.IList<Azure.ResourceManager.Batch.Models.BatchCertificateReference>
Public ReadOnly Property Certificates As IList(Of BatchCertificateReference)

Property Value

Applies to