Class WafAction
java.lang.Object
com.azure.core.util.ExpandableStringEnum<WafAction>
com.azure.resourcemanager.cdn.models.WafAction
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, 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
public WafAction()
-
-
Method Details
-
fromString
Creates or finds a WafAction from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WafAction.
-
values
Gets known WafAction values.- Returns:
- known WafAction values.
-