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. |
change |
Type of change that will be made to the resource when the deployment is executed. |
delta | The predicted changes to resource properties. |
resource |
Resource ID |
unsupported |
The explanation about why the resource is unsupported by What-If. |
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
unsupportedReason
The explanation about why the resource is unsupported by What-If.
unsupportedReason?: string
Property Value
string