Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskStepProperties

Package version

Base properties for any task step.

Hierarchy

  • TaskStepProperties

Index

Properties

Optional baseImageDependencies

baseImageDependencies: BaseImageDependency[]

List of base image dependencies for a step. NOTE: This property will not be serialized. It can only be populated by the server.

Optional contextAccessToken

contextAccessToken: undefined | string

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

Optional contextPath

contextPath: undefined | string

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

type

type: "Docker" | "FileTask" | "EncodedTask"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc