CustomizationTaskInstance interface

A customization task to run.

Properties

condition

An expression that must evaluate to true in order for the task to run.

displayName

Display name to help differentiate multiple instances of the same task.

name

Name of the task.

parameters

Parameters for the task.

timeoutInSeconds

Timeout, in seconds. Overrides any timeout provided on the task definition.

Property Details

condition

An expression that must evaluate to true in order for the task to run.

condition?: string

Property Value

string

displayName

Display name to help differentiate multiple instances of the same task.

displayName?: string

Property Value

string

name

Name of the task.

name: string

Property Value

string

parameters

Parameters for the task.

parameters?: DefinitionParametersItem[]

Property Value

timeoutInSeconds

Timeout, in seconds. Overrides any timeout provided on the task definition.

timeoutInSeconds?: number

Property Value

number