VariableMultipliersAgentExecutionOptions 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 options for running a phase based on values specified by a list of variables.
[System.Runtime.Serialization.DataContract]
public class VariableMultipliersAgentExecutionOptions : Microsoft.TeamFoundation.Build.WebApi.AgentTargetExecutionOptions, Microsoft.TeamFoundation.Build.WebApi.IVariableMultiplierExecutionOptions
type VariableMultipliersAgentExecutionOptions = class
inherit AgentTargetExecutionOptions
interface IVariableMultiplierExecutionOptions
Public Class VariableMultipliersAgentExecutionOptions
Inherits AgentTargetExecutionOptions
Implements IVariableMultiplierExecutionOptions
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObjectVariableMultipliersAgentExecutionOptions
- Attributes
- Implements
Constructors
VariableMultipliersAgentExecutionOptions() |
Properties
ContinueOnError |
Indicates whether failure on one agent should prevent the phase from running on other agents. |
MaxConcurrency |
The maximum number of agents to use in parallel. |
Multipliers |
The list of variables used to determine the matrix of phases to run. |
Type |
Indicates the type of execution options. (Inherited from AgentTargetExecutionOptions) |