SearchService.DefinitionStages.WithSku Interface
public interface WithSku
The stage of the Search service definition allowing to specify the SKU.
Method Summary
Modifier and Type | Method and Description |
---|---|
Search |
withBasicSku()
Specifies to use a basic SKU type for the Search service. |
Search |
withFreeSku()
Specifies to use a free SKU type for the Search service. |
Search |
withSku(SkuName skuName)
Specifies the SKU of the Search service. |
Search |
withStandardSku()
Specifies to use a standard SKU type for the Search service. |
Method Details
withBasicSku
public WithReplicasAndCreate withBasicSku()
Specifies to use a basic SKU type for the Search service.
Returns:
withFreeSku
public WithCreate withFreeSku()
Specifies to use a free SKU type for the Search service.
Returns:
withSku
public WithCreate withSku(SkuName skuName)
Specifies the SKU of the Search service.
Parameters:
Returns:
withStandardSku
public WithPartitionsAndCreate withStandardSku()
Specifies to use a standard SKU type for the Search service.
Returns: