| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleSet |
SearchServiceInner.networkRuleSet()
Get the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may
be reached.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceInner |
SearchServiceInner.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may
be reached.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkRuleSet |
SearchServiceUpdate.networkRuleSet()
Get the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may
be reached.
|
NetworkRuleSet |
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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceUpdate |
SearchServiceUpdate.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may
be reached.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.