Uses of Class
com.azure.resourcemanager.keyvault.models.IpRule
-
Packages that use IpRule Package Description com.azure.resourcemanager.keyvault.models 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 IpRule Modifier and Type Method Description IpRuleIpRule. withValue(String value)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 IpRule Modifier and Type Method Description List<IpRule>NetworkRuleSet. ipRules()Get the ipRules property: The list of IP address rules.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type IpRule Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withIpRules(List<IpRule> ipRules)Set the ipRules property: The list of IP address rules.
-