Uses of Class
com.azure.resourcemanager.keyvault.models.MhsmNetworkRuleSet
Packages that use MhsmNetworkRuleSet
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of MhsmNetworkRuleSet in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return MhsmNetworkRuleSetModifier and TypeMethodDescriptionstatic MhsmNetworkRuleSetMhsmNetworkRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MhsmNetworkRuleSet from the JsonReader.ManagedHsmProperties.networkAcls()Get the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.ManagedHsm.networkRuleSet()Gets rules governing the accessibility of the key vault from specific network locations.MhsmNetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) Set the bypass property: Tells what traffic can bypass network rules.MhsmNetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) Set the defaultAction property: The default action when no rule from ipRules and from virtualNetworkRules match.MhsmNetworkRuleSet.withIpRules(List<MhsmipRule> ipRules) Set the ipRules property: The list of IP address rules.MhsmNetworkRuleSet.withVirtualNetworkRules(List<MhsmVirtualNetworkRule> virtualNetworkRules) Set the virtualNetworkRules property: The list of virtual network rules.Methods in com.azure.resourcemanager.keyvault.models with parameters of type MhsmNetworkRuleSetModifier and TypeMethodDescriptionManagedHsmProperties.withNetworkAcls(MhsmNetworkRuleSet networkAcls) Set the networkAcls property: Rules governing the accessibility of the key vault from specific network locations.