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

public final class KpiType extends com.azure.core.util.ExpandableStringEnum<KpiType>
KPI type (Forecast, Budget).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final KpiType
    Static value Budget for KpiType.
    static final KpiType
    Static value Forecast for KpiType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static KpiType
    Creates or finds a KpiType from its string representation.
    Gets known KpiType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • FORECAST

      public static final KpiType FORECAST
      Static value Forecast for KpiType.
    • BUDGET

      public static final KpiType BUDGET
      Static value Budget for KpiType.
  • Constructor Details

  • Method Details

    • fromString

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

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