Class CostThresholdStatus

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

public final class CostThresholdStatus extends com.azure.core.util.ExpandableStringEnum<CostThresholdStatus>
Indicates whether this threshold will be displayed on cost charts.
  • Field Details

    • ENABLED

      public static final CostThresholdStatus ENABLED
      Static value Enabled for CostThresholdStatus.
    • DISABLED

      public static final CostThresholdStatus DISABLED
      Static value Disabled for CostThresholdStatus.
  • Constructor Details

    • CostThresholdStatus

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

    • fromString

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

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