AutoUserSpecification interface
Specifies the options for the auto user that runs an Azure Batch Task.
Properties
| elevation |
The elevation level of the auto user. The default value is nonAdmin. |
| scope | The scope for the auto user. 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. |
Property Details
elevationLevel
The elevation level of the auto user. The default value is nonAdmin.
elevationLevel?: ElevationLevel
Property Value
scope
The scope for the auto user. 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.
scope?: AutoUserScope