Batch Pool Identity Response
data class BatchPoolIdentityResponse(val type: String, val userAssignedIdentities: Map<String, BatchPoolIdentityResponseUserAssignedIdentities>? = 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, BatchPoolIdentityResponseUserAssignedIdentities>? = null)
Properties
Link copied to clipboard
The list of user identities associated with the Batch pool. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.