AutoUserSpecification Class

Specifies the parameters for the auto user that runs a task on the Batch service.

Inheritance
AutoUserSpecification

Constructor

AutoUserSpecification(*, scope: Optional[Union[str, azure.mgmt.batch.models._batch_management_client_enums.AutoUserScope]] = None, elevation_level: Optional[Union[str, azure.mgmt.batch.models._batch_management_client_enums.ElevationLevel]] = None, **kwargs)

Variables

scope
str or AutoUserScope

The default value is Pool. If the pool is running Windows a value of Task should be specified if stricter isolation between tasks is required. For example, if the task mutates the registry in a way which could impact other tasks, or if certificates have been specified on the pool which should not be accessible by normal tasks but should be accessible by start tasks. Possible values include: "Task", "Pool".

elevation_level
str or ElevationLevel

The default value is nonAdmin. Possible values include: "NonAdmin", "Admin".