WhatIfChange interface

Information about a single resource change predicted by What-If operation.

Properties

after

The predicted snapshot of the resource after the deployment is executed.

before

The snapshot of the resource before the deployment is executed.

changeType

Type of change that will be made to the resource when the deployment is executed.

delta

The predicted changes to resource properties.

resourceId

Resource ID

Property Details

after

The predicted snapshot of the resource after the deployment is executed.

after?: Record<string, unknown>

Property Value

Record<string, unknown>

before

The snapshot of the resource before the deployment is executed.

before?: Record<string, unknown>

Property Value

Record<string, unknown>

changeType

Type of change that will be made to the resource when the deployment is executed.

changeType: ChangeType

Property Value

delta

The predicted changes to resource properties.

delta?: WhatIfPropertyChange[]

Property Value

resourceId

Resource ID

resourceId: string

Property Value

string