Partilhar via


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()

Gets list of resource changes predicted by What-If operation.

abstract ManagementError 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 changes()

Gets list of resource changes predicted by What-If operation.

Returns:

list of resource changes predicted by What-If operation.

error

public abstract ManagementError error()

Gets the error when What-If operation fails.

Returns:

error when What-If operation fails.

status

public abstract String status()

Gets the status of the What-If operation.

Returns:

status of the What-If operation.

Applies to