TaskRunUpdateParameters interface
The parameters for updating a task run.
Properties
force |
How the run should be forced to rerun even if the run request configuration has not changed |
identity | Identity for the resource. |
location | The location of the resource |
run |
The request (parameters) for the new run |
tags | The ARM resource tags. |
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
identity
location
The location of the resource
location?: string
Property Value
string
runRequest
The request (parameters) for the new run
runRequest?: RunRequestUnion
Property Value
tags
The ARM resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}