Class WafRuleType


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

      • MANAGED

        public static final WafRuleType MANAGED
        Static value managed for WafRuleType.
      • CUSTOM

        public static final WafRuleType CUSTOM
        Static value custom for WafRuleType.
      • BOT

        public static final WafRuleType BOT
        Static value bot for WafRuleType.
    • Constructor Detail

      • WafRuleType

        public WafRuleType()
    • Method Detail

      • fromString

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