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
BuildStepProperties

Constructor

BuildStepProperties(**kwargs)

Variables

provisioning_state
str or ProvisioningState

The provisioning state of the build step. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Failed", "Canceled".

type
str or BuildStepType

Required. The type of the step.Constant filled by server. Possible values include: "Docker".