Uses of Class
com.azure.resourcemanager.search.models.NetworkRuleSet
-
Packages that use NetworkRuleSet Package Description com.azure.resourcemanager.search.fluent.models Package containing the inner data models for SearchManagementClient.com.azure.resourcemanager.search.models Package containing the data models for SearchManagementClient. -
-
Uses of NetworkRuleSet in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return NetworkRuleSet Modifier and Type Method Description NetworkRuleSetSearchServiceInner. networkRuleSet()Get the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may be reached.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type NetworkRuleSet Modifier and Type Method Description SearchServiceInnerSearchServiceInner. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may be reached. -
Uses of NetworkRuleSet in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return NetworkRuleSet Modifier and Type Method Description NetworkRuleSetSearchServiceUpdate. networkRuleSet()Get the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may be reached.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.Methods in com.azure.resourcemanager.search.models with parameters of type NetworkRuleSet Modifier and Type Method Description SearchServiceUpdateSearchServiceUpdate. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may be reached.
-