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.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
TaskStepUpdateParameters
Constructor
TaskStepUpdateParameters(*, context_path: Optional[str] = None, context_access_token: Optional[str] = None, **kwargs)
Variables
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.
Feedback
Submit and view feedback for