Uses of Class
com.azure.resourcemanager.search.models.NetworkRuleSet
Packages that use NetworkRuleSet
Package
Description
Package containing the inner data models for SearchManagementClient.
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 NetworkRuleSetModifier and TypeMethodDescriptionSearchServiceInner.networkRuleSet()Get the networkRuleSet property: Network-specific rules that determine how the search service may be reached.SearchServiceProperties.networkRuleSet()Get the networkRuleSet property: Network-specific rules that determine how the search service may be reached.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionSearchServiceInner.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network-specific rules that determine how the search service may be reached.SearchServiceProperties.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network-specific rules that determine how the search service may be reached. -
Uses of NetworkRuleSet in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return NetworkRuleSetModifier and TypeMethodDescriptionSearchServiceUpdate.networkRuleSet()Get the networkRuleSet property: Network-specific rules that determine how the search service may be reached.NetworkRuleSet.withIpRules(List<IpRule> ipRules) Set the ipRules property: A list of IP restriction rules used for an IP firewall.Methods in com.azure.resourcemanager.search.models with parameters of type NetworkRuleSetModifier and TypeMethodDescriptionSearchServiceUpdate.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network-specific rules that determine how the search service may be reached.