UserIdentity Class

Specify either the userName or autoUser property, but not both.

Inheritance
UserIdentity

Constructor

UserIdentity(*, user_name: Optional[str] = None, auto_user: Optional[azure.mgmt.batch.models._models_py3.AutoUserSpecification] = None, **kwargs)

Variables

user_name
str

The userName and autoUser properties are mutually exclusive; you must specify one but not both.

auto_user
AutoUserSpecification

The userName and autoUser properties are mutually exclusive; you must specify one but not both.