Class ChangePointValue

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ChangePointValue>
com.azure.ai.metricsadvisor.models.ChangePointValue

public final class ChangePointValue extends ExpandableStringEnum<ChangePointValue>
Defines values for ChangePointValue.
  • Field Details

    • AUTO_DETECT

      public static final ChangePointValue AUTO_DETECT
      Static value AutoDetect for ChangePointValue.
    • CHANGE_POINT

      public static final ChangePointValue CHANGE_POINT
      Static value ChangePoint for ChangePointValue.
    • NOT_CHANGE_POINT

      public static final ChangePointValue NOT_CHANGE_POINT
      Static value NotChangePoint for ChangePointValue.
  • Constructor Details

    • ChangePointValue

      public ChangePointValue()
  • Method Details

    • fromString

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

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