CertificateStoreLocation

enum CertificateStoreLocation : Enum<CertificateStoreLocation> , ConvertibleToJava<CertificateStoreLocation>

The default value is currentUser. This property is applicable only for pools configured with Windows compute nodes. 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.

Entries

Link copied to clipboard

Certificates should be installed to the CurrentUser certificate store.

Link copied to clipboard

Certificates should be installed to the LocalMachine certificate store.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: CertificateStoreLocation
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): CertificateStoreLocation
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.