NetworkRuleSet |
VaultPatchProperties.networkAcls() |
Get the networkAcls property: A collection of rules governing the accessibility of the vault from specific
network locations.
|
NetworkRuleSet |
VaultProperties.networkAcls() |
Get the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.
|
NetworkRuleSet |
Vault.networkRuleSet() |
Get the networkAcls value.
|
NetworkRuleSet |
NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) |
Set the bypass property: Tells what traffic can bypass network rules.
|
NetworkRuleSet |
NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) |
Set the defaultAction property: The default action when no rule from ipRules and from virtualNetworkRules match.
|
NetworkRuleSet |
NetworkRuleSet.withIpRules(List<IpRule> ipRules) |
Set the ipRules property: The list of IP address rules.
|
NetworkRuleSet |
NetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) |
Set the virtualNetworkRules property: The list of virtual network rules.
|