Class NetworkRuleSet
java.lang.Object
com.microsoft.azure.management.keyvault.NetworkRuleSet
A set of rules governing the network accessibility of a vault.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbypass()
Get the bypass value.Get the defaultAction value.ipRules()
Get the ipRules value.Get the virtualNetworkRules value.withBypass
(NetworkRuleBypassOptions bypass) Set the bypass value.withDefaultAction
(NetworkRuleAction defaultAction) Set the defaultAction value.withIpRules
(List<IPRule> ipRules) Set the ipRules value.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules value.
-
Constructor Details
-
NetworkRuleSet
public NetworkRuleSet()
-
-
Method Details
-
bypass
Get the bypass value.- Returns:
- the bypass value
-
withBypass
Set the bypass value.- Parameters:
bypass
- the bypass value to set- Returns:
- the NetworkRuleSet object itself.
-
defaultAction
Get the defaultAction value.- Returns:
- the defaultAction value
-
withDefaultAction
Set the defaultAction value.- Parameters:
defaultAction
- the defaultAction value to set- Returns:
- the NetworkRuleSet object itself.
-
ipRules
Get the ipRules value.- Returns:
- the ipRules value
-
withIpRules
Set the ipRules value.- Parameters:
ipRules
- the ipRules value to set- Returns:
- the NetworkRuleSet object itself.
-
virtualNetworkRules
Get the virtualNetworkRules value.- Returns:
- the virtualNetworkRules value
-
withVirtualNetworkRules
Set the virtualNetworkRules value.- Parameters:
virtualNetworkRules
- the virtualNetworkRules value to set- Returns:
- the NetworkRuleSet object itself.
-