OverrideTaskStepProperties Class
OverrideTaskStepProperties.
Constructor
OverrideTaskStepProperties(*, context_path: str | None = None, file: str | None = None, arguments: List[_models.Argument] | None = None, target: str | None = None, values: List[_models.SetValue] | None = None, update_trigger_token: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
context_path
|
The source context against which run has to be queued. Default value: None
|
|
file
|
The file against which run has to be queued. Default value: None
|
|
arguments
|
Gets or sets the collection of override arguments to be used when executing a build step. Default value: None
|
|
target
|
The name of the target build stage for the docker build. Default value: None
|
|
values
|
The collection of overridable values that can be passed when running a Task. Default value: None
|
|
update_trigger_token
|
Base64 encoded update trigger token that will be attached with the base image trigger webhook. Default value: None
|
Variables
| Name | Description |
|---|---|
|
context_path
|
The source context against which run has to be queued. |
|
file
|
The file against which run has to be queued. |
|
arguments
|
Gets or sets the collection of override arguments to be used when executing a build step. |
|
target
|
The name of the target build stage for the docker build. |
|
values
|
The collection of overridable values that can be passed when running a Task. |
|
update_trigger_token
|
Base64 encoded update trigger token that will be attached with the base image trigger webhook. |