TaskRunUpdateParameters interface

The parameters for updating a task run.

Properties

forceUpdateTag

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

runRequest

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

Identity for the resource.

identity?: IdentityProperties

Property Value

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}