Class WafRuleType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<WafRuleType>
com.microsoft.azure.management.cdn.WafRuleType

public final class WafRuleType extends com.microsoft.rest.ExpandableStringEnum<WafRuleType>
Defines values for WafRuleType.
  • Field Details

    • 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 Details

    • WafRuleType

      public WafRuleType()
  • Method Details

    • 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
    • values

      public static Collection<WafRuleType> values()
      Returns:
      known WafRuleType values