Dela via


ProvisioningDeployment Class

Definition

Represents the result of a live deployment including any errors and outputs.

public class ProvisioningDeployment
type ProvisioningDeployment = class
Public Class ProvisioningDeployment
Inheritance
ProvisioningDeployment

Properties

Deployment

Gets the ArmDeploymentResource that was used to deploy the infrastructure template.

Error

Gets any optional errors that occurred during the deployment.

Outputs

Gets a dictionary of template outputs from the deployment. This is a simple name/value mapping. You can also get the values directly from any ProvisioningOutput instances as they'll have been updated after a successful deployment and carry additional information - like whether the value is considered secure.

ProvisioningState

Gets the ResourcesProvisioningState of the deployment.

Applies to