Interface WhatIfOperationResult

All Superinterfaces:
HasInnerModel<WhatIfOperationResultInner>

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
    Description
     
    com.azure.core.management.exception.ManagementError
     
     

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • status

      String status()
      Returns:
      status of the What-If operation.
    • changes

      List<WhatIfChange> changes()
      Returns:
      list of resource changes predicted by What-If operation.
    • error

      com.azure.core.management.exception.ManagementError error()
      Returns:
      error when What-If operation fails.