DeploymentStacksWhatIfChange interface
Changes predicted to the deployment stack as a result of the what-if operation.
Properties
| deny |
Predicted changes to the deployment stack deny settings. |
| deployment |
Predicted changes to the deployment scope for the deployment stack. |
| resource |
List of resource changes predicted by What-If operation. |
Property Details
denySettingsChange
Predicted changes to the deployment stack deny settings.
denySettingsChange: DeploymentStacksChangeDeltaDenySettings
Property Value
deploymentScopeChange
Predicted changes to the deployment scope for the deployment stack.
deploymentScopeChange?: DeploymentStacksChangeBase
Property Value
resourceChanges
List of resource changes predicted by What-If operation.
resourceChanges: DeploymentStacksWhatIfResourceChange[]