TaskRunPropertiesUpdateParameters interface
The properties of a task run update parameters.
Properties
| force |
How the run should be forced to rerun even if the run request configuration has not changed |
| run |
The request (parameters) for the new run |
Property Details
forceUpdateTag
How the run should be forced to rerun even if the run request configuration has not changed
forceUpdateTag?: string
Property Value
string
runRequest
The request (parameters) for the new run
runRequest?: RunRequestUnion