Package version:

Interface TaskUpdateParameters

The parameters for updating a task.

Hierarchy

  • TaskUpdateParameters

Properties

agentConfiguration?: AgentProperties

The machine configuration of the run agent.

agentPoolName?: string

The dedicated agent pool for the task.

credentials?: Credentials

The parameters that describes a set of credentials that will be used when this run is invoked.

Identity for the resource.

logTemplate?: string

The template that describes the repository and tag information for run log artifact.

The platform properties against which the run has to happen.

status?: string

The current status of task.

The properties for updating a task step.

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

The ARM resource tags.

Type declaration

  • [propertyName: string]: string
timeout?: number

Run timeout in seconds.

The properties for updating trigger properties.

Generated using TypeDoc