java.lang.Object
com.azure.core.util.ExpandableStringEnum<CostType>
com.azure.resourcemanager.devtestlabs.models.CostType

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

    • UNAVAILABLE

      public static final CostType UNAVAILABLE
      Static value Unavailable for CostType.
    • REPORTED

      public static final CostType REPORTED
      Static value Reported for CostType.
    • PROJECTED

      public static final CostType PROJECTED
      Static value Projected for CostType.
  • Constructor Details

  • Method Details

    • fromString

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

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