certificates

@JvmName(name = "ahuxguhmpidjrutd")
suspend fun certificates(value: Output<List<CertificateReferenceArgs>>)
@JvmName(name = "hgmeqsqtwdwdkrlf")
suspend fun certificates(value: List<CertificateReferenceArgs>?)

Parameters

value

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.


@JvmName(name = "idocaoxbwdlpbunf")
suspend fun certificates(vararg values: Output<CertificateReferenceArgs>)


@JvmName(name = "kmvafhlfexqqoigh")
suspend fun certificates(values: List<Output<CertificateReferenceArgs>>)
@JvmName(name = "yfdoudvfimhbuhhg")
suspend fun certificates(vararg values: CertificateReferenceArgs)

Parameters

values

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.


@JvmName(name = "ptfeeltwtgtopswi")
suspend fun certificates(argument: List<suspend CertificateReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "gehiudkcxcgagyaw")
suspend fun certificates(vararg argument: suspend CertificateReferenceArgsBuilder.() -> Unit)
@JvmName(name = "fmxfowbqcsapjqay")
suspend fun certificates(argument: suspend CertificateReferenceArgsBuilder.() -> Unit)

Parameters

argument

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.