| Modifier and Type | Method and Description |
|---|---|
IPRule |
IPRule.withAction(Action action)
Set the action of IP ACL rule.
|
IPRule |
IPRule.withIPAddressOrRange(String iPAddressOrRange)
Set specifies the IP or IP range in CIDR format.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPRule> |
NetworkRuleSet.ipRules()
Get sets the IP ACL rules.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleSet |
NetworkRuleSet.withIpRules(List<IPRule> ipRules)
Set sets the IP ACL rules.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/