OverrideTaskStepProperties Class
OverrideTaskStepProperties.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelOverrideTaskStepProperties
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. |
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. |
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. |
Azure SDK for Python