Class Action
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Action>
com.azure.resourcemanager.elasticsan.models.Action
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The action of virtual network rule.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Action
fromString
(String name) Creates or finds a Action from its string representation.static Collection
<Action> values()
Gets known Action values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ALLOW
Static value Allow for Action.
-
-
Constructor Details
-
Action
Deprecated.Use thefromString(String)
factory method.Creates a new instance of Action value.
-
-
Method Details
-
fromString
Creates or finds a Action from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding Action.
-
values
Gets known Action values.- Returns:
- known Action values.
-
fromString(String)
factory method.