Partilhar via


BatchPoolIdentity Class

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.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.batch._serialization.Model
BatchPoolIdentity

Constructor

BatchPoolIdentity(*, type: str | _models.PoolIdentityType, user_assigned_identities: Dict[str, _models.UserAssignedIdentities] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type

The type of identity used for the Batch Pool. Required. Known values are: "UserAssigned" and "None".

user_assigned_identities

The list of user identities associated with the Batch pool.

Variables

Name Description
type

The type of identity used for the Batch Pool. Required. Known values are: "UserAssigned" and "None".

user_assigned_identities

The list of user identities associated with the Batch pool.