Class WafAction
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<WafAction>
com.microsoft.azure.management.cdn.WafAction
Defines values for WafAction.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WafAction
fromString
(String name) Creates or finds a WafAction from its string representation.static Collection<WafAction>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
- Returns:
- known WafAction values
-