| Modifier and Type | Interface and Description |
|---|---|
static interface |
SearchService.Definition
The entirety of the Search service definition.
|
static interface |
SearchService.DefinitionStages.WithPartitionsAndCreate |
static interface |
SearchService.DefinitionStages.WithReplicasAndCreate |
| Modifier and Type | Method and Description |
|---|---|
SearchService.DefinitionStages.WithCreate |
SearchService.DefinitionStages.WithSku.withFreeSku()
Specifies to use a free SKU type for the Search service.
|
SearchService.DefinitionStages.WithCreate |
SearchService.DefinitionStages.WithReplicasAndCreate.withReplicaCount(int count)
Specifies the SKU of the Search service.
|
SearchService.DefinitionStages.WithCreate |
SearchService.DefinitionStages.WithSku.withSku(SkuName skuName)
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.
*/