windows

val windows: Output<List<PoolWindow>>?

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.