MultiConfigInput interface
- Extends
Properties
multipliers | Multipliers for parallel execution of deployment, for example x86,x64. |
Inherited Properties
continue |
Indicate whether continue execution of deployment on error or not. |
max |
Maximum number of agents used while parallel execution. |
parallel |
Parallel execution type, for example MultiConfiguration or MultiMachine. |
Property Details
multipliers
Multipliers for parallel execution of deployment, for example x86,x64.
multipliers: string
Property Value
string
Inherited Property Details
continueOnError
Indicate whether continue execution of deployment on error or not.
continueOnError: boolean
Property Value
boolean
Inherited From ParallelExecutionInputBase.continueOnError
maxNumberOfAgents
Maximum number of agents used while parallel execution.
maxNumberOfAgents: number
Property Value
number
Inherited From ParallelExecutionInputBase.maxNumberOfAgents
parallelExecutionType
Parallel execution type, for example MultiConfiguration or MultiMachine.
parallelExecutionType: ParallelExecutionTypes
Property Value
Inherited From ParallelExecutionInputBase.parallelExecutionType