windows

@JvmName(name = "nowxhitpnguquwea")
suspend fun windows(value: Output<List<PoolWindowArgs>>)
@JvmName(name = "dbolbcgmcliykbrd")
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. Note: fixed_scale and auto_scale blocks cannot be used both at the same time.


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


@JvmName(name = "rikopiprugsilqju")
suspend fun windows(values: List<Output<PoolWindowArgs>>)
@JvmName(name = "wgmusmbhnanexatf")
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. Note: fixed_scale and auto_scale blocks cannot be used both at the same time.


@JvmName(name = "qrxvonfuivmwyplt")
suspend fun windows(argument: List<suspend PoolWindowArgsBuilder.() -> Unit>)
@JvmName(name = "kangmlhmlyjfuqef")
suspend fun windows(vararg argument: suspend PoolWindowArgsBuilder.() -> Unit)
@JvmName(name = "nthanbnmhgyvqokt")
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. Note: fixed_scale and auto_scale blocks cannot be used both at the same time.