Class WafRuleType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<WafRuleType>
com.microsoft.azure.management.cdn.WafRuleType
Defines values for WafRuleType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WafRuleType
Static value bot for WafRuleType.static final WafRuleType
Static value custom for WafRuleType.static final WafRuleType
Static value managed for WafRuleType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WafRuleType
fromString
(String name) Creates or finds a WafRuleType from its string representation.static Collection<WafRuleType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
MANAGED
Static value managed for WafRuleType. -
CUSTOM
Static value custom for WafRuleType. -
BOT
Static value bot for WafRuleType.
-
-
Constructor Details
-
WafRuleType
public WafRuleType()
-
-
Method Details
-
fromString
Creates or finds a WafRuleType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding WafRuleType
-
values
- Returns:
- known WafRuleType values
-