Uses of Class
com.azure.resourcemanager.keyvault.models.NetworkRuleSet
Packages that use NetworkRuleSet
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of NetworkRuleSet in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return NetworkRuleSetModifier and TypeMethodDescriptionstatic NetworkRuleSetNetworkRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkRuleSet from the JsonReader.VaultPatchProperties.networkAcls()Get the networkAcls property: A collection of rules governing the accessibility of the vault from specific network locations.VaultProperties.networkAcls()Get the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.Vault.networkRuleSet()Get the networkAcls value.NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) Set the bypass property: Tells what traffic can bypass network rules.NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) Set the defaultAction property: The default action when no rule from ipRules and from virtualNetworkRules match.NetworkRuleSet.withIpRules(List<IpRule> ipRules) Set the ipRules property: The list of IP address rules.NetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: The list of virtual network rules.Methods in com.azure.resourcemanager.keyvault.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionVaultPatchProperties.withNetworkAcls(NetworkRuleSet networkAcls) Set the networkAcls property: A collection of rules governing the accessibility of the vault from specific network locations.VaultProperties.withNetworkAcls(NetworkRuleSet networkAcls) Set the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.