Uses of Class
com.azure.resourcemanager.keyvault.models.MhsmipRule
Packages that use MhsmipRule
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of MhsmipRule in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return MhsmipRuleModifier and TypeMethodDescriptionstatic MhsmipRuleMhsmipRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MhsmipRule from the JsonReader.Set the value property: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type MhsmipRuleModifier and TypeMethodDescriptionMhsmNetworkRuleSet.ipRules()Get the ipRules property: The list of IP address rules.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type MhsmipRuleModifier and TypeMethodDescriptionMhsmNetworkRuleSet.withIpRules(List<MhsmipRule> ipRules) Set the ipRules property: The list of IP address rules.