Uses of Class
com.azure.resourcemanager.search.models.IpRule
-
Packages that use IpRule Package Description com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of IpRule in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return IpRule Modifier and Type Method Description IpRuleIpRule. withValue(String value)Set the value property: Value corresponding to a single IPv4 address (eg., 123.1.2.3) or an IP range in CIDR format (eg., 123.1.2.3/24) to be allowed.Methods in com.azure.resourcemanager.search.models that return types with arguments of type IpRule Modifier and Type Method Description List<IpRule>NetworkRuleSet. ipRules()Get the ipRules property: A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint.Method parameters in com.azure.resourcemanager.search.models with type arguments of type IpRule Modifier and Type Method Description NetworkRuleSetNetworkRuleSet. withIpRules(List<IpRule> ipRules)Set the ipRules property: A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint.
-