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<WhatIfChange> changes()
abstract ManagementError error()
abstract String status()

Method Details

changes

public abstract List changes()

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