WhatIfPropertyChange Class

Definition

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