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