DeploymentStacksWhatIfPropertyChange 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.
The predicted change to the resource property.
public class DeploymentStacksWhatIfPropertyChange
type DeploymentStacksWhatIfPropertyChange = class
Public Class DeploymentStacksWhatIfPropertyChange
- Inheritance
-
DeploymentStacksWhatIfPropertyChange
Constructors
| Name | Description |
|---|---|
| DeploymentStacksWhatIfPropertyChange() |
Initializes a new instance of the DeploymentStacksWhatIfPropertyChange class. |
| DeploymentStacksWhatIfPropertyChange(String, String, Object, Object, IList<DeploymentStacksWhatIfPropertyChange>) |
Initializes a new instance of the DeploymentStacksWhatIfPropertyChange class. |
Properties
| Name | Description |
|---|---|
| After |
Gets or sets the predicted value after the deployment is executed. |
| Before |
Gets or sets the predicted value before the deployment is executed. |
| ChangeType |
Gets or sets type of change that will be made to the resource when the deployment is executed. Possible values include: 'array', 'create', 'delete', 'modify', 'noEffect' |
| Children |
Gets or sets nested property changes. |
| Path |
Gets or sets type of change that will be made to the resource when the deployment is executed. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |