java.lang.Object
com.azure.core.util.ExpandableStringEnum<ForecastType>
com.azure.resourcemanager.costmanagement.models.ForecastType

public final class ForecastType extends com.azure.core.util.ExpandableStringEnum<ForecastType>
The type of the forecast.
  • Field Details

    • USAGE

      public static final ForecastType USAGE
      Static value Usage for ForecastType.
    • ACTUAL_COST

      public static final ForecastType ACTUAL_COST
      Static value ActualCost for ForecastType.
    • AMORTIZED_COST

      public static final ForecastType AMORTIZED_COST
      Static value AmortizedCost for ForecastType.
  • Constructor Details

    • ForecastType

      @Deprecated public ForecastType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ForecastType value.
  • Method Details

    • fromString

      public static ForecastType fromString(String name)
      Creates or finds a ForecastType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ForecastType.
    • values

      public static Collection<ForecastType> values()
      Gets known ForecastType values.
      Returns:
      known ForecastType values.