public final class NetworkRuleSet extends Object
| Constructor and Description |
|---|
NetworkRuleSet() |
| Modifier and Type | Method and Description |
|---|---|
List<IpRule> |
ipRules()
Get the ipRules property: A list of IP restriction rules that defines the inbound network(s) with allowing access
to the search service endpoint.
|
void |
validate()
Validates the instance.
|
NetworkRuleSet |
withIpRules(List<IpRule> ipRules)
Set the ipRules property: A list of IP restriction rules that defines the inbound network(s) with allowing access
to the search service endpoint.
|
public List<IpRule> ipRules()
public NetworkRuleSet withIpRules(List<IpRule> ipRules)
ipRules - the ipRules value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.