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