BatchPoolIdentity interface
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
Properties
type | The type of identity used for the Batch Pool. |
user |
The list of user identities associated with the Batch pool. |
Property Details
type
The type of identity used for the Batch Pool.
type: PoolIdentityType
Property Value
userAssignedIdentities
The list of user identities associated with the Batch pool.
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentities}
Property Value
{[propertyName: string]: UserAssignedIdentities}