AutoUserScope Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. AutoUserScope
- com.
- java.
public enum AutoUserScope
extends Enum<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.
Fields
| POOL |
Specifies that the task runs as the common auto user account which is created on every node in a pool. |
| TASK |
Specifies that the service should create a new user for the task. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static AutoUserScope fromString(String value)
Parses a serialized value to a AutoUserScope instance.
Parameters
- value
- String