EncodedTaskStepUpdateParameters Class

The properties for updating encoded task step.

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

Inheritance
azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.TaskStepUpdateParameters
EncodedTaskStepUpdateParameters

Constructor

EncodedTaskStepUpdateParameters(*, context_path: Optional[str] = None, context_access_token: Optional[str] = None, encoded_task_content: Optional[str] = None, encoded_values_content: Optional[str] = None, values: Optional[List[azure.mgmt.containerregistry.v2019_06_01_preview.models._models_py3.SetValue]] = None, **kwargs)

Variables

type
str or StepType

Required. The type of the step.Constant filled by server. Possible values include: "Docker", "FileTask", "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.

encoded_task_content
str

Base64 encoded value of the template/definition file content.

encoded_values_content
str

Base64 encoded value of the parameters/values file content.

values
list[SetValue]

The collection of overridable values that can be passed when running a task.