Sdílet prostřednictvím


WhatIfPropertyChange interface

The predicted change to the resource property.

Properties

after

The value of the property after the deployment is executed.

before

The value of the property before the deployment is executed.

children

Nested property changes.

path

The path of the property.

propertyChangeType

The type of property change.

Property Details

after

The value of the property after the deployment is executed.

after?: Record<string, unknown>

Property Value

Record<string, unknown>

before

The value of the property before the deployment is executed.

before?: Record<string, unknown>

Property Value

Record<string, unknown>

children

Nested property changes.

children?: WhatIfPropertyChange[]

Property Value

path

The path of the property.

path: string

Property Value

string

propertyChangeType

The type of property change.

propertyChangeType: PropertyChangeType

Property Value