FileTaskStep interface
The properties of a task step.
- Extends
Properties
task |
The task template/definition file path relative to the source context. |
type | Polymorphic discriminator, which specifies the different types this object can be |
values | The collection of overridable values that can be passed when running a task. |
values |
The task values/parameters file path relative to the source context. |
Inherited Properties
base |
List of base image dependencies for a step. NOTE: This property will not be serialized. It can only be populated by the server. |
context |
The token (git PAT or SAS token of storage account blob) associated with the context for a step. |
context |
The URL(absolute or relative) of the source context for the task step. |
Property Details
taskFilePath
The task template/definition file path relative to the source context.
taskFilePath: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "FileTask"
Property Value
"FileTask"
values
The collection of overridable values that can be passed when running a task.
values?: SetValue[]
Property Value
SetValue[]
valuesFilePath
The task values/parameters file path relative to the source context.
valuesFilePath?: string
Property Value
string
Inherited Property Details
baseImageDependencies
List of base image dependencies for a step. NOTE: This property will not be serialized. It can only be populated by the server.
baseImageDependencies?: BaseImageDependency[]
Property Value
Inherited From TaskStepProperties.baseImageDependencies
contextAccessToken
The token (git PAT or SAS token of storage account blob) associated with the context for a step.
contextAccessToken?: string
Property Value
string
Inherited From TaskStepProperties.contextAccessToken
contextPath
The URL(absolute or relative) of the source context for the task step.
contextPath?: string
Property Value
string
Inherited From TaskStepProperties.contextPath