### YamlMime:JavaType uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet" name: "NetworkRuleSet" nameWithType: "NetworkRuleSet" summary: "A set of rules governing the network accessibility of a vault." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **NetworkRuleSet**" constructors: - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.NetworkRuleSet()" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.NetworkRuleSet()" name: "NetworkRuleSet()" nameWithType: "NetworkRuleSet.NetworkRuleSet()" syntax: "public NetworkRuleSet()" methods: - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.bypass()" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.bypass()" name: "bypass()" nameWithType: "NetworkRuleSet.bypass()" summary: "Get the bypass value." syntax: "public NetworkRuleBypassOptions bypass()" desc: "Get the bypass value." returns: description: "the bypass value" type: "" - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.defaultAction()" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.defaultAction()" name: "defaultAction()" nameWithType: "NetworkRuleSet.defaultAction()" summary: "Get the defaultAction value." syntax: "public NetworkRuleAction defaultAction()" desc: "Get the defaultAction value." returns: description: "the defaultAction value" type: "" - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.ipRules()" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.ipRules()" name: "ipRules()" nameWithType: "NetworkRuleSet.ipRules()" summary: "Get the ipRules value." syntax: "public List ipRules()" desc: "Get the ipRules value." returns: description: "the ipRules value" type: "<>" - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.virtualNetworkRules()" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.virtualNetworkRules()" name: "virtualNetworkRules()" nameWithType: "NetworkRuleSet.virtualNetworkRules()" summary: "Get the virtualNetworkRules value." syntax: "public List virtualNetworkRules()" desc: "Get the virtualNetworkRules value." returns: description: "the virtualNetworkRules value" type: "<>" - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withBypass(com.microsoft.azure.management.keyvault.NetworkRuleBypassOptions)" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)" name: "withBypass(NetworkRuleBypassOptions bypass)" nameWithType: "NetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass)" summary: "Set the bypass value." parameters: - description: "the bypass value to set" name: "bypass" type: "" syntax: "public NetworkRuleSet withBypass(NetworkRuleBypassOptions bypass)" desc: "Set the bypass value." returns: description: "the NetworkRuleSet object itself." type: "" - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withDefaultAction(com.microsoft.azure.management.keyvault.NetworkRuleAction)" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction)" name: "withDefaultAction(NetworkRuleAction defaultAction)" nameWithType: "NetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction)" summary: "Set the defaultAction value." parameters: - description: "the defaultAction value to set" name: "defaultAction" type: "" syntax: "public NetworkRuleSet withDefaultAction(NetworkRuleAction defaultAction)" desc: "Set the defaultAction value." returns: description: "the NetworkRuleSet object itself." type: "" - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withIpRules(java.util.List)" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withIpRules(List ipRules)" name: "withIpRules(List ipRules)" nameWithType: "NetworkRuleSet.withIpRules(List ipRules)" summary: "Set the ipRules value." parameters: - description: "the ipRules value to set" name: "ipRules" type: "<>" syntax: "public NetworkRuleSet withIpRules(List ipRules)" desc: "Set the ipRules value." returns: description: "the NetworkRuleSet object itself." type: "" - uid: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withVirtualNetworkRules(java.util.List)" fullName: "com.microsoft.azure.management.keyvault.NetworkRuleSet.withVirtualNetworkRules(List virtualNetworkRules)" name: "withVirtualNetworkRules(List virtualNetworkRules)" nameWithType: "NetworkRuleSet.withVirtualNetworkRules(List virtualNetworkRules)" summary: "Set the virtualNetworkRules value." parameters: - description: "the virtualNetworkRules value to set" name: "virtualNetworkRules" type: "<>" syntax: "public NetworkRuleSet withVirtualNetworkRules(List virtualNetworkRules)" desc: "Set the virtualNetworkRules value." returns: description: "the NetworkRuleSet object itself." type: "" type: "class" desc: "A set of rules governing the network accessibility of a vault." metadata: {} package: "com.microsoft.azure.management.keyvault" artifact: com.microsoft.azure:azure-mgmt-keyvault:1.41.4