BatchPoolIdentityArgs

data class BatchPoolIdentityArgs(val type: Output<PoolIdentityType>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<BatchPoolIdentityArgs>

The identity of the Batch pool, if configured. If the pool identity is updated during update an existing pool, only the new vms which are created after the pool shrinks to 0 will have the updated identities

Constructors

Link copied to clipboard
constructor(type: Output<PoolIdentityType>, userAssignedIdentities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<PoolIdentityType>

The type of identity used for the Batch Pool.

Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

The list of user identities associated with the Batch pool.

Functions

Link copied to clipboard
open override fun toJava(): BatchPoolIdentityArgs