NetworkRuleIpAction Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. servicebus. models. NetworkRuleIpAction
- com.
- com.
public final class NetworkRuleIpAction
extends ExpandableStringEnum<NetworkRuleIpAction>
The IP Filter Action.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Network |
ALLOW
Static value Allow for Network |
Constructor Summary
Constructor | Description |
---|---|
NetworkRuleIpAction() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromString(String name)
Creates or finds a Network |
static
Collection<Network |
values()
Gets known Network |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOW
public static final NetworkRuleIpAction ALLOW
Static value Allow for NetworkRuleIpAction.
Constructor Details
NetworkRuleIpAction
@Deprecated
public NetworkRuleIpAction()
Deprecated
Creates a new instance of NetworkRuleIpAction value.
Method Details
fromString
public static NetworkRuleIpAction fromString(String name)
Creates or finds a NetworkRuleIpAction from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known NetworkRuleIpAction values.
Returns:
Applies to
Azure SDK for Java