WhatIfOperationResult Class
Result of the What-If operation. Contains a list of predicted changes and a URL link to get to the next set of results.
Constructor
WhatIfOperationResult(*, status: str | None = None, error: _models.ErrorResponse | None = None, changes: List[_models.WhatIfChange] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
status
|
Status of the What-If operation. Default value: None
|
|
error
|
Error when What-If operation fails. Default value: None
|
|
changes
|
List of resource changes predicted by What-If operation. Default value: None
|
Variables
| Name | Description |
|---|---|
|
status
|
Status of the What-If operation. |
|
error
|
Error when What-If operation fails. |
|
changes
|
List of resource changes predicted by What-If operation. |