NetworkRuleIPAction Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. eventhub. NetworkRuleIPAction
- com.
- com.
public final class NetworkRuleIPAction
extends com.microsoft.rest.ExpandableStringEnum<NetworkRuleIPAction>
Defines values for NetworkRuleIPAction.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Network |
ALLOW
Static value Allow for Network |
Constructor Summary
Constructor | Description | |
---|---|---|
NetworkRuleIPAction() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromString(String name)
Creates or finds a Network |
static
java.util.Collection<Network |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOW
public static final NetworkRuleIPAction ALLOW
Static value Allow for NetworkRuleIPAction.
Constructor Details
NetworkRuleIPAction
public NetworkRuleIPAction()
Method Details
fromString
public static NetworkRuleIPAction fromString(String name)
Creates or finds a NetworkRuleIPAction from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java