public static interface SearchService.UpdateStages.WithReplicaCount
| Modifier and Type | Method and Description |
|---|---|
SearchService.Update |
withReplicaCount(int count)
Specifies the replicas count of the Search service.
|
SearchService.Update withReplicaCount(int count)
count - the replicas count; replicas distribute workloads across the service. You need 2 or more to support high availability (applies to Basic and Standard tiers only)/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/