| Modifier and Type | Interface and Description |
|---|---|
static interface |
SearchService.Definition
The entirety of the Search service definition.
|
static interface |
SearchService.DefinitionStages.WithPartitionsAndCreate |
| Modifier and Type | Method and Description |
|---|---|
SearchService.DefinitionStages.WithReplicasAndCreate |
SearchService.DefinitionStages.WithSku.withBasicSku()
Specifies to use a basic SKU type for the Search service.
|
SearchService.DefinitionStages.WithReplicasAndCreate |
SearchService.DefinitionStages.WithPartitionsAndCreate.withPartitionCount(int count)
Specifies the SKU of the Search service.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/