Uses of Class
com.microsoft.azure.management.keyvault.NetworkRuleSet
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of NetworkRuleSet in com.microsoft.azure.management.keyvault
Modifier and TypeMethodDescriptionVaultPatchProperties.networkAcls()
Get the networkAcls value.VaultProperties.networkAcls()
Get the networkAcls value.Vault.networkRuleSet()
Get the networkAcls value.NetworkRuleSet.withBypass
(NetworkRuleBypassOptions bypass) Set the bypass value.NetworkRuleSet.withDefaultAction
(NetworkRuleAction defaultAction) Set the defaultAction value.NetworkRuleSet.withIpRules
(List<IPRule> ipRules) Set the ipRules value.NetworkRuleSet.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules value.Modifier and TypeMethodDescriptionVaultPatchProperties.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls value.VaultProperties.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls value.