WhatIfOperationResult Interface
Implements
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 Summary
Modifier and Type | Method and Description |
---|---|
abstract
java.util.List<What |
changes() |
abstract
Error |
error() |
abstract java.lang.String | status() |
Method Details
changes
public abstract List
Returns:
list of resource changes predicted by What-If operation.
error
public abstract ErrorResponse 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