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.
Deployment properties with additional details.
public class DeploymentPropertiesExtended
type DeploymentPropertiesExtended = class
Public Class DeploymentPropertiesExtended
- Inheritance
-
System.ObjectDeploymentPropertiesExtended
Constructors
DeploymentPropertiesExtended() |
Initializes a new instance of the DeploymentPropertiesExtended class. |
Properties
CorrelationId |
Gets the correlation ID of the deployment. |
DebugSetting |
Gets or sets the debug setting of the deployment. |
Dependencies |
Gets or sets the list of deployment dependencies. |
Mode |
Gets or sets the deployment mode. Possible values are Incremental and Complete. Possible values include: 'Incremental', 'Complete' |
Outputs |
Gets or sets key/value pairs that represent deploymentoutput. |
Parameters |
Gets or sets deployment parameters. Use only one of Parameters or ParametersLink. |
ParametersLink |
Gets or sets the URI referencing the parameters. Use only one of Parameters or ParametersLink. |
Providers |
Gets or sets the list of resource providers needed for the deployment. |
ProvisioningState |
Gets the state of the provisioning. |
TemplateLink |
Gets or sets the URI referencing the template. Use only one of Template or TemplateLink. |
Timestamp |
Gets the timestamp of the template deployment. |
Methods
Validate() |
Validate the object. |