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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python