Edit

Share via


AgentTargetExecutionOptions Class

Definition

Additional options for running phases against an agent queue.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.Build.WebApi.AgentTargetExecutionOptionsJsonConverter))]
[System.Runtime.Serialization.DataContract]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.Build.WebApi.MultipleAgentExecutionOptions))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.Build.WebApi.VariableMultipliersAgentExecutionOptions))]
public class AgentTargetExecutionOptions : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type AgentTargetExecutionOptions = class
    inherit BaseSecuredObject
Public Class AgentTargetExecutionOptions
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
AgentTargetExecutionOptions
Derived
Attributes
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute KnownTypeAttribute

Constructors

AgentTargetExecutionOptions()
AgentTargetExecutionOptions(Int32)

Properties

Type

Indicates the type of execution options.

Applies to