AutoUserSpecification Class
Specifies the parameters for the auto user that runs a task on the Batch service.
Constructor
AutoUserSpecification(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
scope
|
str or
AutoUserScope
The scope for the auto user. Known values are: "Task" and "Pool". |
|
elevation_level
|
The elevation level of the user. Known values are: "NonAdmin" and "Admin". |
Attributes
elevation_level
"NonAdmin" and "Admin".
elevation_level: str | _models.ElevationLevel | None
scope
"Task" and "Pool".
scope: str | _models.AutoUserScope | None