Edit

Share via


PhaseTarget Class

Definition

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.BaseSecuredObject
PhaseTarget
Derived
Attributes
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute KnownTypeAttribute

Constructors

PhaseTarget()
PhaseTarget(Int32)
PhaseTarget(Int32, ISecuredObject)

Properties

Type

The type of the target.

Applies to