WhatIfOperationResult Interface
Implements
public interface WhatIfOperationResult
extends HasInnerModel<WhatIfOperationResultInner>
An immutable client-side representation of an Azure deployment What-if operation result.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<What |
changes()
Gets list of resource changes predicted by What-If operation. |
abstract
Management |
error()
Gets the error when What-If operation fails. |
abstract String |
status()
Gets the status of the What-If operation. |
Method Details
changes
public abstract List
Gets list of resource changes predicted by What-If operation.
Returns:
error
public abstract ManagementError error()
Gets the error when What-If operation fails.
Returns:
status
public abstract String status()
Gets the status of the What-If operation.
Returns:
Applies to
Azure SDK for Java