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<WhatIfChange> changes()
abstract ErrorResponse error()
abstract java.lang.String status()

Method Details

changes

public abstract List changes()

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