Interface WhatIfOperationResult
- All Superinterfaces:
HasInnerModel<WhatIfOperationResultInner>
An immutable client-side representation of an Azure deployment What-if operation result.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
status
String status()- Returns:
- status of the What-If operation.
-
changes
List<WhatIfChange> changes()- Returns:
- list of resource changes predicted by What-If operation.
-
error
com.azure.core.management.exception.ManagementError error()- Returns:
- error when What-If operation fails.
-