SearchService.DefinitionStages.WithPartitionsAndCreate Interface
Implements
public static interface SearchService.DefinitionStages.WithPartitionsAndCreate
extends WithReplicasAndCreate
The stage of the Search service definition allowing to specify the partition count.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withPartitionCount(int count)
Specifies the SKU of the Search service. |
Method Details
withPartitionCount
public abstract SearchService.DefinitionStages.WithReplicasAndCreate withPartitionCount(int count)
Specifies the SKU of the Search service.
Parameters:
count
- the number of partitions to be created
Returns:
the next stage of the definition
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java