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.
Constructor
BatchPoolIdentity(*args: Any, **kwargs: Any)
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. |
Attributes
type
"UserAssigned" and "None".
type: str | _models.PoolIdentityType
user_assigned_identities
The list of user identities associated with the Batch pool.
user_assigned_identities: dict[str, '_models.UserAssignedIdentities'] | None