WhatIfPropertyChange 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 WhatIfPropertyChange
type WhatIfPropertyChange = class
Public Class WhatIfPropertyChange
- Inheritance
-
WhatIfPropertyChange
Constructors
WhatIfPropertyChange() |
Initializes a new instance of the WhatIfPropertyChange class. |
WhatIfPropertyChange(String, PropertyChangeType, Object, Object, IList<WhatIfPropertyChange>) |
Initializes a new instance of the WhatIfPropertyChange class. |
Properties
After |
Gets or sets the value of the property after the deployment is executed. |
Before |
Gets or sets the value of the property before the deployment is executed. |
Children |
Gets or sets nested property changes. |
Path |
Gets or sets the path of the property. |
PropertyChangeType |
Gets or sets the type of property change. Possible values include: 'Create', 'Delete', 'Modify', 'Array', 'NoEffect' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET