public static interface Vault.UpdateStages.WithNetworkRuleSet
| Modifier and Type | Method and Description |
|---|---|
Vault.Update |
withAccessFromAllNetworks()
Specifies that by default access to key vault should be allowed from all networks.
|
Vault.Update |
withAccessFromAzureServices()
Specifies that access to the key vault should be allowed from applications running on Microsoft azure
services.
|
Vault.Update |
withAccessFromIpAddress(String ipAddress)
Specifies that access to the key vault from the specific ip address should be allowed.
|
Vault.Update |
withAccessFromIpAddressRange(String ipAddressCidr)
Specifies that access to the key vault from the specific ip range should be allowed.
|
Vault.Update |
withAccessFromSelectedNetworks()
Specifies that by default access to key vault should be denied from all networks.
|
Vault.Update |
withBypass(NetworkRuleBypassOptions bypass)
Set the bypass value.
|
Vault.Update |
withDefaultAction(NetworkRuleAction defaultAction)
Set the defaultAction value.
|
Vault.Update |
withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
Get the virtualNetworkRules value.
|
Vault.Update withAccessFromAllNetworks()
Vault.Update withAccessFromSelectedNetworks()
Vault.Update withAccessFromIpAddress(String ipAddress)
ipAddress - the ip addressVault.Update withAccessFromIpAddressRange(String ipAddressCidr)
ipAddressCidr - the idAddress range in Cidr formatVault.Update withAccessFromAzureServices()
Vault.Update withBypass(NetworkRuleBypassOptions bypass)
bypass - the bypass value to setVault.Update withDefaultAction(NetworkRuleAction defaultAction)
defaultAction - the defaultAction value to setVault.Update withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules)
virtualNetworkRules - virtual network rulesCopyright © 2020 Microsoft Corporation. All rights reserved.