Class CriterionType


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

      • STATIC_THRESHOLD_CRITERION

        public static final CriterionType STATIC_THRESHOLD_CRITERION
        Static value StaticThresholdCriterion for CriterionType.
      • DYNAMIC_THRESHOLD_CRITERION

        public static final CriterionType DYNAMIC_THRESHOLD_CRITERION
        Static value DynamicThresholdCriterion for CriterionType.
    • Constructor Detail

      • CriterionType

        public CriterionType()
    • Method Detail

      • fromString

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