Package version:

The parameters for updating a task run.

interface TaskRunUpdateParameters {
    forceUpdateTag?: string;
    identity?: IdentityProperties;
    location?: string;
    runRequest?: RunRequestUnion;
    tags?: {
        [propertyName: string]: string;
    };
}

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.