AutoUserScope

enum AutoUserScope : Enum<AutoUserScope> , ConvertibleToJava<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.

Entries

Link copied to clipboard

Specifies that the service should create a new user for the task.

Link copied to clipboard

Specifies that the task runs as the common auto user account which is created on every node in a pool.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: AutoUserScope
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): AutoUserScope
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.