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