DeploymentPropertiesExtended 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.
properties
public class DeploymentPropertiesExtended
type DeploymentPropertiesExtended = class
Public Class DeploymentPropertiesExtended
- Inheritance
-
DeploymentPropertiesExtended
Constructors
| Name | Description |
|---|---|
| DeploymentPropertiesExtended() | |
Properties
| Name | Description |
|---|---|
| CorrelationId |
The correlation ID of the deployment. |
| DebugSetting |
debugSetting |
| Dependencies |
The list of deployment dependencies. |
| DeploymentMode |
The deployment mode. |
| Outputs |
Key/value pairs that represent deploymentoutput. |
| Parameters |
Deployment parameters. Use only one of Parameters or ParametersLink. |
| ParametersLink |
parametersLink |
| Providers |
The list of resource providers needed for the deployment. |
| ProvisioningState |
The state of the provisioning. |
| Template |
The template content. Use only one of Template or TemplateLink. |
| TemplateLink |
templateLink |
| Timestamp |
The timestamp of the template deployment. |