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. Possible values: "nonadmin", "admin" |
| 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. Possible values: "task", "pool" |
Property Details
elevationLevel
The elevation level of the auto user. The default value is nonAdmin.
Possible values: "nonadmin", "admin"
elevationLevel?: string
Property Value
string
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.
Possible values: "task", "pool"
scope?: string
Property Value
string