PhaseTarget 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.
Represents the target of a phase.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.Build.WebApi.PhaseTargetJsonConverter))]
[System.Runtime.Serialization.DataContract]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.Build.WebApi.AgentPoolQueueTarget))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.Build.WebApi.ServerTarget))]
public abstract class PhaseTarget : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type PhaseTarget = class
inherit BaseSecuredObject
Public MustInherit Class PhaseTarget
Inherits BaseSecuredObject
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObjectPhaseTarget
- Derived
- Attributes
Constructors
PhaseTarget() | |
PhaseTarget(Int32, ISecuredObject) | |
PhaseTarget(Int32) |
Properties
Type |
The type of the target. |