Uses of Class
com.microsoft.azure.management.keyvault.NetworkRuleSet
Packages that use NetworkRuleSet
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of NetworkRuleSet in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault that return NetworkRuleSetModifier 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.Methods in com.microsoft.azure.management.keyvault with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionVaultPatchProperties.withNetworkAcls(NetworkRuleSet networkAcls) Set the networkAcls value.VaultProperties.withNetworkAcls(NetworkRuleSet networkAcls) Set the networkAcls value.