Interface WhatIfOperationResult
- All Superinterfaces:
HasInner<com.microsoft.azure.management.resources.implementation.WhatIfOperationResultInner>
public interface WhatIfOperationResult
extends HasInner<com.microsoft.azure.management.resources.implementation.WhatIfOperationResultInner>
An immutable client-side representation of an Azure deployment What-if operation result.
-
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
ErrorResponse error()- Returns:
- error when What-If operation fails.
-