Interface WhatIfOperationResult
-
- All Superinterfaces:
HasInnerModel<WhatIfOperationResultInner>
public interface WhatIfOperationResult extends HasInnerModel<WhatIfOperationResultInner>
An immutable client-side representation of an Azure deployment What-if operation result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<WhatIfChange>changes()com.azure.core.management.exception.ManagementErrorerror()Stringstatus()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
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.
-
-