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