public final class NetworkRuleIpAction extends com.azure.core.util.ExpandableStringEnum<NetworkRuleIpAction>
| Modifier and Type | Field and Description |
|---|---|
static NetworkRuleIpAction |
ALLOW
Static value Allow for NetworkRuleIpAction.
|
| Constructor and Description |
|---|
NetworkRuleIpAction() |
| Modifier and Type | Method and Description |
|---|---|
static NetworkRuleIpAction |
fromString(String name)
Creates or finds a NetworkRuleIpAction from its string representation.
|
static Collection<NetworkRuleIpAction> |
values() |
public static final NetworkRuleIpAction ALLOW
public static NetworkRuleIpAction fromString(String name)
name - a name to look for.public static Collection<NetworkRuleIpAction> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.