| Modifier and Type | Field and Description |
|---|---|
static NetworkRuleIPAction |
NetworkRuleIPAction.ALLOW
Static value Allow for NetworkRuleIPAction.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleIPAction |
NWRuleSetIpRules.action()
Get the IP Filter Action.
|
static NetworkRuleIPAction |
NetworkRuleIPAction.fromString(String name)
Creates or finds a NetworkRuleIPAction from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<NetworkRuleIPAction> |
NetworkRuleIPAction.values() |
| Modifier and Type | Method and Description |
|---|---|
NWRuleSetIpRules |
NWRuleSetIpRules.withAction(NetworkRuleIPAction action)
Set the IP Filter Action.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/