Uses of Class
com.azure.resourcemanager.search.models.IpRule
Packages that use IpRule
Package
Description
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 IpRuleModifier and TypeMethodDescriptionSet 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 IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.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 IpRuleModifier and TypeMethodDescriptionNetworkRuleSet.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.