Class ThresholdType


  • public final class ThresholdType
    extends com.azure.core.util.ExpandableStringEnum<ThresholdType>
    Defines values for ThresholdType.
    • Field Detail

      • ACTUAL

        public static final ThresholdType ACTUAL
        Static value Actual for ThresholdType.
      • FORECASTED

        public static final ThresholdType FORECASTED
        Static value Forecasted for ThresholdType.
    • Constructor Detail

      • ThresholdType

        public ThresholdType()
    • Method Detail

      • fromString

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