WhatIfOperationResult interface
Result of the What-If operation. Contains a list of predicted changes and a URL link to get to the next set of results.
Properties
| changes | List of resource changes predicted by What-If operation. |
| diagnostics | List of resource diagnostics detected by What-If operation. NOTE: This property will not be serialized. It can only be populated by the server. |
| error | Error when What-If operation fails. |
| potential |
List of resource changes predicted by What-If operation. |
| status | Status of the What-If operation. |
Property Details
changes
List of resource changes predicted by What-If operation.
changes?: WhatIfChange[]
Property Value
diagnostics
List of resource diagnostics detected by What-If operation. NOTE: This property will not be serialized. It can only be populated by the server.
diagnostics?: DeploymentDiagnosticsDefinition[]
Property Value
error
potentialChanges
List of resource changes predicted by What-If operation.
potentialChanges?: WhatIfChange[]
Property Value
status
Status of the What-If operation.
status?: string
Property Value
string