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() |
abstract
Management |
error() |
abstract String | status() |
Method Details
changes
public abstract List
Returns:
list of resource changes predicted by What-If operation.
error
public abstract ManagementError error()
Returns:
error when What-If operation fails.
status
public abstract String status()
Returns:
status of the What-If operation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java