WindowsUserConfiguration Class
Properties used to create a user account on a Windows node.
- Inheritance
-
azure.mgmt.batch._serialization.ModelWindowsUserConfiguration
Constructor
WindowsUserConfiguration(*, login_mode: str | _models.LoginMode | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
login_mode
|
Specifies login mode for the user. The default value is Interactive. Known values are: "Batch" and "Interactive". |
Variables
Name | Description |
---|---|
login_mode
|
Specifies login mode for the user. The default value is Interactive. Known values are: "Batch" and "Interactive". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python