EncodedTaskStepUpdateParameters interface
The properties for updating encoded task step.
- Extends
Properties
encoded |
Base64 encoded value of the template/definition file content. |
encoded |
Base64 encoded value of the parameters/values file content. |
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. |
Inherited 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. |
Property Details
encodedTaskContent
Base64 encoded value of the template/definition file content.
encodedTaskContent?: string
Property Value
string
encodedValuesContent
Base64 encoded value of the parameters/values file content.
encodedValuesContent?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "EncodedTask"
Property Value
"EncodedTask"
values
The collection of overridable values that can be passed when running a task.
values?: SetValue[]
Property Value
SetValue[]
Inherited 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
Inherited From TaskStepUpdateParameters.contextAccessToken
contextPath
The URL(absolute or relative) of the source context for the task step.
contextPath?: string
Property Value
string
Inherited From TaskStepUpdateParameters.contextPath