certificates

@JvmName(name = "qdfhgkxrkikbheik")
suspend fun certificates(value: Output<List<CertificateReferenceArgs>>)
@JvmName(name = "tgafywqgjtveebxu")
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.


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


@JvmName(name = "jehdfttflapxdmyn")
suspend fun certificates(values: List<Output<CertificateReferenceArgs>>)
@JvmName(name = "umbllcfodiyodvlc")
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.


@JvmName(name = "ioorcnpujevvlcll")
suspend fun certificates(argument: List<suspend CertificateReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "fjmnskwterposhlv")
suspend fun certificates(vararg argument: suspend CertificateReferenceArgsBuilder.() -> Unit)
@JvmName(name = "lbgmduhmwacimcch")
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.