public static interface SearchService.DefinitionStages.WithReplicasAndCreate extends SearchService.DefinitionStages.WithCreate
| Modifier and Type | Method and Description |
|---|---|
SearchService.DefinitionStages.WithCreate |
withReplicaCount(int count)
Specifies the SKU of the Search service.
|
create, createAsync, createAsynckeySearchService.DefinitionStages.WithCreate withReplicaCount(int count)
count - the number of replicas to be created/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/