windows

@JvmName(name = "uqywytgspasldkse")
suspend fun windows(value: Output<List<PoolWindowArgs>>)
@JvmName(name = "umiksyoxulmaiovj")
suspend fun windows(value: List<PoolWindowArgs>?)

Parameters

value

A windows block that describes the Windows configuration in the pool as defined below.

NOTE: 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. Please Note: fixed_scale and auto_scale blocks cannot be used both at the same time.


@JvmName(name = "nolriymuaxfccpaw")
suspend fun windows(vararg values: Output<PoolWindowArgs>)


@JvmName(name = "bkcfkukwdvksxqao")
suspend fun windows(values: List<Output<PoolWindowArgs>>)
@JvmName(name = "futxvbwhcxedjduf")
suspend fun windows(vararg values: PoolWindowArgs)

Parameters

values

A windows block that describes the Windows configuration in the pool as defined below.

NOTE: 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. Please Note: fixed_scale and auto_scale blocks cannot be used both at the same time.


@JvmName(name = "awkaudyeygiytyql")
suspend fun windows(argument: List<suspend PoolWindowArgsBuilder.() -> Unit>)
@JvmName(name = "kltabkxrovgjqvab")
suspend fun windows(vararg argument: suspend PoolWindowArgsBuilder.() -> Unit)
@JvmName(name = "gqpavusaunwqytxx")
suspend fun windows(argument: suspend PoolWindowArgsBuilder.() -> Unit)

Parameters

argument

A windows block that describes the Windows configuration in the pool as defined below.

NOTE: 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. Please Note: fixed_scale and auto_scale blocks cannot be used both at the same time.