public static interface SearchService.DefinitionStages.WithPartitionsAndCreate extends SearchService.DefinitionStages.WithReplicasAndCreate
| Modifier and Type | Method and Description |
|---|---|
SearchService.DefinitionStages.WithReplicasAndCreate |
withPartitionCount(int count)
Specifies the SKU of the Search service.
|
withReplicaCountcreate, createAsync, createAsynckeySearchService.DefinitionStages.WithReplicasAndCreate withPartitionCount(int count)
count - the number of partitions 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.
*/