Package version:

Interface TaskRunUpdateParameters

The parameters for updating a task run.

Hierarchy

  • TaskRunUpdateParameters

Properties

forceUpdateTag?: string

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

Identity for the resource.

location?: string

The location of the resource

runRequest?: RunRequestUnion

The request (parameters) for the new run

tags?: {
    [propertyName: string]: string;
}

The ARM resource tags.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc