| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleSet |
VaultProperties.networkAcls()
Get the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.
|
NetworkRuleSet |
VaultPatchProperties.networkAcls()
Get the networkAcls property: A collection of rules governing the accessibility of the 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.
|
| Modifier and Type | Method and Description |
|---|---|
VaultProperties |
VaultProperties.withNetworkAcls(NetworkRuleSet networkAcls)
Set the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.
|
VaultPatchProperties |
VaultPatchProperties.withNetworkAcls(NetworkRuleSet networkAcls)
Set the networkAcls property: A collection of rules governing the accessibility of the vault from specific
network locations.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.