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