你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

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.