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.

Inheritance
WhatIfOperationResult

Constructor

WhatIfOperationResult(*, status: Optional[str] = None, error: Optional[azure.mgmt.resource.resources.v2019_10_01.models._models_py3.ErrorResponse] = None, changes: Optional[List[azure.mgmt.resource.resources.v2019_10_01.models._models_py3.WhatIfChange]] = None, **kwargs)

Variables

status
str

Status of the What-If operation.

error
ErrorResponse

Error when What-If operation fails.

changes
list[WhatIfChange]

List of resource changes predicted by What-If operation.