DeploymentPropertiesExtended Class

Deployment properties with additional details.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.resource.resources._serialization.Model
DeploymentPropertiesExtended

Constructor

DeploymentPropertiesExtended(**kwargs: Any)

Variables

Name Description
provisioning_state

Denotes the state of provisioning. Known values are: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", and "Updating".

correlation_id
str

The correlation ID of the deployment.

timestamp

The timestamp of the template deployment.

duration
str

The duration of the template deployment.

outputs
<xref:JSON>

Key/value pairs that represent deployment output.

providers

The list of resource providers needed for the deployment.

dependencies

The list of deployment dependencies.

template_link

The URI referencing the template.

parameters
<xref:JSON>

Deployment parameters.

parameters_link

The URI referencing the parameters.

mode

The deployment mode. Possible values are Incremental and Complete. Known values are: "Incremental" and "Complete".

debug_setting

The debug setting of the deployment.

on_error_deployment

The deployment on error behavior.

template_hash
str

The hash produced for the template.

output_resources

Array of provisioned resources.

validated_resources

Array of validated resources.

error

The deployment error.