ProvisioningDeployment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET