Class DynamicThresholdOperator


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

      • GREATER_THAN

        public static final DynamicThresholdOperator GREATER_THAN
        Static value GreaterThan for DynamicThresholdOperator.
      • GREATER_OR_LESS_THAN

        public static final DynamicThresholdOperator GREATER_OR_LESS_THAN
        Static value GreaterOrLessThan for DynamicThresholdOperator.
    • Constructor Detail

      • DynamicThresholdOperator

        public DynamicThresholdOperator()
    • Method Detail

      • fromString

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