Interface WhatIfOperationResult

    • Method Detail

      • 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.