UserIdentity Class
Specify either the userName or autoUser property, but not both.
- Inheritance
-
azure.mgmt.batch._serialization.ModelUserIdentity
Constructor
UserIdentity(*, user_name: str | None = None, auto_user: _models.AutoUserSpecification | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
user_name
|
The userName and autoUser properties are mutually exclusive; you must specify one but not both. |
auto_user
|
The userName and autoUser properties are mutually exclusive; you must specify one but not both. |
Variables
Name | Description |
---|---|
user_name
|
The userName and autoUser properties are mutually exclusive; you must specify one but not both. |
auto_user
|
The userName and autoUser properties are mutually exclusive; you must specify one but not both. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python