Compartilhar via


TaskStepUpdateParameters Class

Base properties for updating any task step.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: DockerBuildStepUpdateParameters, EncodedTaskStepUpdateParameters, FileTaskStepUpdateParameters

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.containerregistry._serialization.Model
TaskStepUpdateParameters

Constructor

TaskStepUpdateParameters(*, context_path: str | None = None, context_access_token: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
context_path
str

The URL(absolute or relative) of the source context for the task step.

context_access_token
str

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

Variables

Name Description
type

The type of the step. Required. Known values are: "Docker", "FileTask", and "EncodedTask".

context_path
str

The URL(absolute or relative) of the source context for the task step.

context_access_token
str

The token (git PAT or SAS token of storage account blob) associated with the context for a step.