AgentPoolQueueTarget Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes how a phase should run against an agent queue.
[System.Runtime.Serialization.DataContract]
public class AgentPoolQueueTarget : Microsoft.TeamFoundation.Build.WebApi.PhaseTarget
type AgentPoolQueueTarget = class
inherit PhaseTarget
Public Class AgentPoolQueueTarget
Inherits PhaseTarget
- Inheritance
- Attributes
Constructors
AgentPoolQueueTarget() |
Properties
AllowScriptsAuthAccessOption |
Enables scripts and other processes launched while executing phase to access the OAuth token |
Demands |
The list of demands required for the queue. |
ExecutionOptions |
The execution options. |
Queue |
The queue. |
Type |
The type of the target. (Inherited from PhaseTarget) |