Class ActionType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ActionType>
com.microsoft.azure.management.cdn.ActionType
Defines values for ActionType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ActionType
Static value Allow for ActionType.static final ActionType
Static value Block for ActionType.static final ActionType
Static value Log for ActionType.static final ActionType
Static value Redirect for ActionType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionType
fromString
(String name) Creates or finds a ActionType from its string representation.static Collection<ActionType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ALLOW
Static value Allow for ActionType. -
BLOCK
Static value Block for ActionType. -
LOG
Static value Log for ActionType. -
REDIRECT
Static value Redirect for ActionType.
-
-
Constructor Details
-
ActionType
public ActionType()
-
-
Method Details
-
fromString
Creates or finds a ActionType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ActionType
-
values
- Returns:
- known ActionType values
-