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 Azure.
- Inheritance
-
BatchPoolIdentity
Constructor
BatchPoolIdentity(*, type: Union[str, azure.mgmt.batch.models._batch_management_client_enums.PoolIdentityType], user_assigned_identities: Optional[Dict[str, azure.mgmt.batch.models._models_py3.UserAssignedIdentities]] = None, **kwargs)
Variables
- type
- str or PoolIdentityType
Required. The type of identity used for the Batch Pool. Possible values include: "UserAssigned", "None".
- user_assigned_identities
- dict[str, UserAssignedIdentities]
The list of user identities associated with the Batch pool.
Feedback
Submit and view feedback for