Compartilhar via


OverrideTaskStepProperties Class

OverrideTaskStepProperties.

Inheritance
azure.mgmt.containerregistry._serialization.Model
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
str

The source context against which run has to be queued.

file
str

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
str

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
str

Base64 encoded update trigger token that will be attached with the base image trigger webhook.

Variables

Name Description
context_path
str

The source context against which run has to be queued.

file
str

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
str

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
str

Base64 encoded update trigger token that will be attached with the base image trigger webhook.