| Package | Description |
|---|---|
| com.azure.resourcemanager.search.fluent |
Package containing the service clients for SearchManagementClient.
|
| com.azure.resourcemanager.search.fluent.models |
Package containing the inner data models for SearchManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceInner |
ServicesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam)
Creates or updates a search service in the given resource group.
|
SearchServiceInner |
ServicesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId)
Creates or updates a search service in the given resource group.
|
SearchServiceInner |
ServicesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId,
com.azure.core.util.Context context)
Creates or updates a search service in the given resource group.
|
SearchServiceInner |
ServicesClient.getByResourceGroup(String resourceGroupName,
String searchServiceName)
Gets the search service with the given name in the given resource group.
|
SearchServiceInner |
ServicesClient.update(String resourceGroupName,
String searchServiceName,
SearchServiceUpdate serviceParam)
Updates an existing search service in the given resource group.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SearchServiceInner>,SearchServiceInner> |
ServicesClient.beginCreateOrUpdate(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId)
Creates or updates a search service in the given resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SearchServiceInner>,SearchServiceInner> |
ServicesClient.beginCreateOrUpdate(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId,
com.azure.core.util.Context context)
Creates or updates a search service in the given resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SearchServiceInner>,SearchServiceInner> |
ServicesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId)
Creates or updates a search service in the given resource group.
|
SearchServiceInner |
ServicesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam)
Creates or updates a search service in the given resource group.
|
SearchServiceInner |
ServicesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId)
Creates or updates a search service in the given resource group.
|
SearchServiceInner |
ServicesClient.createOrUpdate(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId,
com.azure.core.util.Context context)
Creates or updates a search service in the given resource group.
|
Mono<SearchServiceInner> |
ServicesClient.createOrUpdateAsync(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam)
Creates or updates a search service in the given resource group.
|
Mono<SearchServiceInner> |
ServicesClient.createOrUpdateAsync(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId)
Creates or updates a search service in the given resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ServicesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String searchServiceName,
SearchServiceInner serviceParam,
UUID clientRequestId)
Creates or updates a search service in the given resource group.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceInner |
SearchServiceInner.withHostingMode(HostingMode hostingMode)
Set the hostingMode property: Applicable only for the standard3 SKU.
|
SearchServiceInner |
SearchServiceInner.withIdentity(Identity identity)
Set the identity property: The identity of the resource.
|
SearchServiceInner |
SearchServiceInner.withLocation(String location) |
SearchServiceInner |
SearchServiceInner.withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may
be reached.
|
SearchServiceInner |
SearchServiceInner.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.
|
SearchServiceInner |
SearchServiceInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing
customer resources and templates.
|
SearchServiceInner |
SearchServiceInner.withReplicaCount(Integer replicaCount)
Set the replicaCount property: The number of replicas in the search service.
|
SearchServiceInner |
SearchServiceInner.withSku(Sku sku)
Set the sku property: The SKU of the Search Service, which determines price tier and capacity limits.
|
SearchServiceInner |
SearchServiceInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.