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
Classes in com.azure.resourcemanager.search.models that implement interfaces with type arguments of type IpRuleModifier and TypeClassDescriptionfinal classThe IP restriction rule of the Azure AI Search service.Methods in com.azure.resourcemanager.search.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: 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.