| Modifier and Type | Method and Description |
|---|---|
NetworkRuleSet |
VaultProperties.networkAcls()
Get the networkAcls value.
|
NetworkRuleSet |
VaultPatchProperties.networkAcls()
Get the networkAcls value.
|
NetworkRuleSet |
Vault.networkRuleSet()
Get the networkAcls value.
|
NetworkRuleSet |
NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)
Set the bypass value.
|
NetworkRuleSet |
NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction)
Set the defaultAction value.
|
NetworkRuleSet |
NetworkRuleSet.withIpRules(List<IPRule> ipRules)
Set the ipRules value.
|
NetworkRuleSet |
NetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Set the virtualNetworkRules value.
|
| Modifier and Type | Method and Description |
|---|---|
VaultProperties |
VaultProperties.withNetworkAcls(NetworkRuleSet networkAcls)
Set the networkAcls value.
|
VaultPatchProperties |
VaultPatchProperties.withNetworkAcls(NetworkRuleSet networkAcls)
Set the networkAcls value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/