Share via


TaskRunPropertiesUpdateParameters interface

The properties of a task run update parameters.

Properties

forceUpdateTag

How the run should be forced to rerun even if the run request configuration has not changed

runRequest

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

Property Value