NetworkRuleSet Class
- java.
lang. Object - com.
microsoft. azure. management. keyvault. NetworkRuleSet
- com.
public class NetworkRuleSet
A set of rules governing the network accessibility of a vault.
Constructor Summary
Constructor | Description | |
---|---|---|
NetworkRuleSet() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Network |
bypass()
Get the bypass value. |
Network |
defaultAction()
Get the default |
java.util.List<IPRule> |
ipRules()
Get the ip |
java.util.List<Virtual |
virtualNetworkRules()
Get the virtual |
Network |
withBypass(NetworkRuleBypassOptions bypass)
Set the bypass value. |
Network |
withDefaultAction(NetworkRuleAction defaultAction)
Set the default |
Network |
withIpRules(List<IPRule> ipRules)
Set the ip |
Network |
withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Set the virtual |
Methods inherited from java.lang.Object
Constructor Details
NetworkRuleSet
public NetworkRuleSet()
Method Details
bypass
public NetworkRuleBypassOptions bypass()
Get the bypass value.
Returns:
defaultAction
public NetworkRuleAction defaultAction()
Get the defaultAction value.
Returns:
ipRules
public List
Get the ipRules value.
Returns:
virtualNetworkRules
public List
Get the virtualNetworkRules value.
Returns:
withBypass
public NetworkRuleSet withBypass(NetworkRuleBypassOptions bypass)
Set the bypass value.
Parameters:
Returns:
withDefaultAction
public NetworkRuleSet withDefaultAction(NetworkRuleAction defaultAction)
Set the defaultAction value.
Parameters:
Returns:
withIpRules
public NetworkRuleSet withIpRules(List
Set the ipRules value.
Parameters:
Returns:
withVirtualNetworkRules
public NetworkRuleSet withVirtualNetworkRules(List
Set the virtualNetworkRules value.
Parameters:
Returns:
Applies to
Azure SDK for Java