Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskUpdateParameters

Package version

The parameters for updating a task.

Hierarchy

  • TaskUpdateParameters

Index

Properties

Optional agentConfiguration

agentConfiguration: AgentProperties

The machine configuration of the run agent.

Optional agentPoolName

agentPoolName: undefined | string

The dedicated agent pool for the task.

Optional credentials

credentials: Credentials

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

Optional identity

Identity for the resource.

Optional logTemplate

logTemplate: undefined | string

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

Optional platform

The platform properties against which the run has to happen.

Optional status

status: TaskStatus

The current status of task.

Optional step

The properties for updating a task step.

Optional tags

tags: undefined | {}

The ARM resource tags.

Optional timeout

timeout: undefined | number

Run timeout in seconds.

Optional trigger

The properties for updating trigger properties.

Generated using TypeDoc