| Package | Description |
|---|---|
| com.azure.resourcemanager.search.fluent |
Package containing the service clients for SearchManagementClient.
|
| com.azure.resourcemanager.search.models |
Package containing the data models for SearchManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceInner |
ServicesClient.update(String resourceGroupName,
String searchServiceName,
SearchServiceUpdate serviceParam)
Updates an existing search service in the given resource group.
|
Mono<SearchServiceInner> |
ServicesClient.updateAsync(String resourceGroupName,
String searchServiceName,
SearchServiceUpdate serviceParam)
Updates an existing search service in the given resource group.
|
Mono<SearchServiceInner> |
ServicesClient.updateAsync(String resourceGroupName,
String searchServiceName,
SearchServiceUpdate serviceParam,
UUID clientRequestId)
Updates an existing search service in the given resource group.
|
com.azure.core.http.rest.Response<SearchServiceInner> |
ServicesClient.updateWithResponse(String resourceGroupName,
String searchServiceName,
SearchServiceUpdate serviceParam,
UUID clientRequestId,
com.azure.core.util.Context context)
Updates an existing search service in the given resource group.
|
Mono<com.azure.core.http.rest.Response<SearchServiceInner>> |
ServicesClient.updateWithResponseAsync(String resourceGroupName,
String searchServiceName,
SearchServiceUpdate serviceParam,
UUID clientRequestId)
Updates an existing search service in the given resource group.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceUpdate |
SearchServiceUpdate.withHostingMode(HostingMode hostingMode)
Set the hostingMode property: Applicable only for the standard3 SKU.
|
SearchServiceUpdate |
SearchServiceUpdate.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
SearchServiceUpdate |
SearchServiceUpdate.withLocation(String location)
Set the location property: The geographic location of the resource.
|
SearchServiceUpdate |
SearchServiceUpdate.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may
be reached.
|
SearchServiceUpdate |
SearchServiceUpdate.withPartitionCount(Integer partitionCount)
Set the partitionCount property: The number of partitions in the search service; if specified, it can be 1, 2, 3,
4, 6, or 12.
|
SearchServiceUpdate |
SearchServiceUpdate.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing
customer resources and templates.
|
SearchServiceUpdate |
SearchServiceUpdate.withReplicaCount(Integer replicaCount)
Set the replicaCount property: The number of replicas in the search service.
|
SearchServiceUpdate |
SearchServiceUpdate.withSku(Sku sku)
Set the sku property: The SKU of the Search Service, which determines price tier and capacity limits.
|
SearchServiceUpdate |
SearchServiceUpdate.withTags(Map<String,String> tags)
Set the tags property: Tags to help categorize the resource in the Azure portal.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.