TaskStepUpdateParameters interface
Base properties for updating any task step.
Properties
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. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
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
Polymorphic discriminator, which specifies the different types this object can be
type: "Docker" | "EncodedTask" | "FileTask"
Property Value
"Docker" | "EncodedTask" | "FileTask"