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 Azure AI Search service may be reached.SearchServiceProperties.networkRuleSet()Get the networkRuleSet property: Network specific rules that determine how the Azure AI 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 Azure AI Search service may be reached.SearchServiceProperties.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network specific rules that determine how the Azure AI Search service may be reached. -
Uses of NetworkRuleSet in com.azure.resourcemanager.search.models
Classes in com.azure.resourcemanager.search.models that implement interfaces with type arguments of type NetworkRuleSetModifier and TypeClassDescriptionfinal classNetwork specific rules that determine how the Azure AI Search service may be reached.Methods in com.azure.resourcemanager.search.models that return NetworkRuleSetModifier and TypeMethodDescriptionstatic NetworkRuleSetNetworkRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkRuleSet from the JsonReader.SearchServiceUpdate.networkRuleSet()Get the networkRuleSet property: Network specific rules that determine how the Azure AI Search service may be reached.NetworkRuleSet.withBypass(SearchBypass bypass) Set the bypass property: Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.NetworkRuleSet.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 NetworkRuleSetModifier and TypeMethodDescriptionSearchServiceUpdate.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network specific rules that determine how the Azure AI Search service may be reached.