Share via


TaskStepProperties interface

Base properties for any task step.

Properties

baseImageDependencies

List of base image dependencies for a step.

contextAccessToken

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

contextPath

The URL(absolute or relative) of the source context for the task step.

type

The discriminator possible values: Docker, FileTask, EncodedTask

Property Details

baseImageDependencies

List of base image dependencies for a step.

baseImageDependencies?: BaseImageDependency[]

Property Value

contextAccessToken

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

contextAccessToken?: string

Property Value

string

contextPath

The URL(absolute or relative) of the source context for the task step.

contextPath?: string

Property Value

string

type

The discriminator possible values: Docker, FileTask, EncodedTask

type: string

Property Value

string