Sdílet prostřednictvím


BatchAutoUserScope Enum

Definition

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.

public enum BatchAutoUserScope
type BatchAutoUserScope = 
Public Enum BatchAutoUserScope
Inheritance
BatchAutoUserScope

Fields

Pool 1

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

Task 0

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

Applies to