BatchPoolIdentityResponse

data class BatchPoolIdentityResponse(val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentitiesResponse>? = null)

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: String, userAssignedIdentities: Map<String, UserAssignedIdentitiesResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of identity used for the Batch Pool.

Link copied to clipboard

The list of user identities associated with the Batch pool.