Class WafRuleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<WafRuleType>
com.azure.resourcemanager.cdn.models.WafRuleType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for WafRuleType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WafRuleTypeStatic value bot for WafRuleType.static final WafRuleTypeStatic value custom for WafRuleType.static final WafRuleTypeStatic value managed for WafRuleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WafRuleTypefromString(String name) Creates or finds a WafRuleType from its string representation.static Collection<WafRuleType> values()Gets known WafRuleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MANAGED
Static value managed for WafRuleType. -
CUSTOM
Static value custom for WafRuleType. -
BOT
Static value bot for WafRuleType.
-
-
Constructor Details
-
WafRuleType
Deprecated.Use thefromString(String)factory method.Creates a new instance of WafRuleType value.
-
-
Method Details
-
fromString
Creates or finds a WafRuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WafRuleType.
-
values
Gets known WafRuleType values.- Returns:
- known WafRuleType values.
-
fromString(String)factory method.