Class WafAction
java.lang.Object
com.azure.core.util.ExpandableStringEnum<WafAction>
com.azure.resourcemanager.cdn.models.WafAction
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for WafAction.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WafActionfromString(String name) Creates or finds a WafAction from its string representation.static Collection<WafAction> values()Gets known WafAction values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ALLOW
Static value allow for WafAction. -
BLOCK
Static value block for WafAction. -
LOG
Static value log for WafAction. -
REDIRECT
Static value redirect for WafAction.
-
-
Constructor Details
-
WafAction
Deprecated.Use thefromString(String)factory method.Creates a new instance of WafAction value.
-
-
Method Details
-
fromString
-
values
Gets known WafAction values.- Returns:
- known WafAction values.
-
fromString(String)factory method.