BuildStepProperties Class
Base properties for any build step.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: DockerBuildStep
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.ModelBuildStepProperties
Constructor
BuildStepProperties(**kwargs: Any)
Variables
Name | Description |
---|---|
provisioning_state
|
The provisioning state of the build step. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
type
|
str or
BuildStepType
The type of the step. Required. "Docker" |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python