public static interface SearchService.DefinitionStages.WithSku
Modifier and Type | Method and Description |
---|---|
SearchService.DefinitionStages.WithReplicasAndCreate |
withBasicSku()
Specifies to use a basic SKU type for the Search service.
|
SearchService.DefinitionStages.WithCreate |
withFreeSku()
Specifies to use a free SKU type for the Search service.
|
SearchService.DefinitionStages.WithCreate |
withSku(SkuName skuName)
Specifies the SKU of the Search service.
|
SearchService.DefinitionStages.WithPartitionsAndCreate |
withStandardSku()
Specifies to use a standard SKU type for the Search service.
|
SearchService.DefinitionStages.WithCreate withSku(SkuName skuName)
skuName
- the SKUSearchService.DefinitionStages.WithCreate withFreeSku()
SearchService.DefinitionStages.WithReplicasAndCreate withBasicSku()
SearchService.DefinitionStages.WithPartitionsAndCreate withStandardSku()
Copyright © 2019. All rights reserved.