Uses of Class
com.azure.resourcemanager.keyvault.models.IpRule
Packages that use IpRule
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of IpRule in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return IpRuleModifier and TypeMethodDescriptionstatic IpRuleIpRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IpRule 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 IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.ipRules()Get the ipRules property: The list of IP address rules.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.withIpRules(List<IpRule> ipRules) Set the ipRules property: The list of IP address rules.