Interface SearchService.DefinitionStages.WithSku
-
- All Known Subinterfaces:
SearchService.Definition
- Enclosing interface:
- SearchService.DefinitionStages
public static interface SearchService.DefinitionStages.WithSkuThe stage of the Search service definition allowing to specify the SKU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchService.DefinitionStages.WithReplicasAndCreatewithBasicSku()Specifies to use a basic SKU type for the Search service.SearchService.DefinitionStages.WithCreatewithFreeSku()Specifies to use a free SKU type for the Search service.SearchService.DefinitionStages.WithCreatewithSku(SkuName skuName)Specifies the SKU of the Search service.SearchService.DefinitionStages.WithPartitionsAndCreatewithStandardSku()Specifies to use a standard SKU type for the Search service.
-
-
-
Method Detail
-
withSku
SearchService.DefinitionStages.WithCreate withSku(SkuName skuName)
Specifies the SKU of the Search service.- Parameters:
skuName- the SKU- Returns:
- the next stage of the definition
-
withFreeSku
SearchService.DefinitionStages.WithCreate withFreeSku()
Specifies to use a free SKU type for the Search service.- Returns:
- the next stage of the definition
-
withBasicSku
SearchService.DefinitionStages.WithReplicasAndCreate withBasicSku()
Specifies to use a basic SKU type for the Search service.- Returns:
- the next stage of the definition
-
withStandardSku
SearchService.DefinitionStages.WithPartitionsAndCreate withStandardSku()
Specifies to use a standard SKU type for the Search service.- Returns:
- the next stage of the definition
-
-