BuildStepPropertiesUpdateParameters Class
The properties for updating a build step.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: DockerBuildStepUpdateParameters
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.ModelBuildStepPropertiesUpdateParameters
Constructor
BuildStepPropertiesUpdateParameters(**kwargs: Any)
Variables
Name | Description |
---|---|
type
|
str or
BuildStepType
The type of the step. Required. "Docker" |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python