Class AccumulatedType

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

public final class AccumulatedType extends com.azure.core.util.ExpandableStringEnum<AccumulatedType>
Show costs accumulated over time.
  • Field Details

    • TRUE

      public static final AccumulatedType TRUE
      Static value true for AccumulatedType.
    • FALSE

      public static final AccumulatedType FALSE
      Static value false for AccumulatedType.
  • Constructor Details

    • AccumulatedType

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

    • fromString

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

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