SearchService.DefinitionStages.WithPartitionsAndCreate Interface

public interface WithPartitionsAndCreate extends SearchService.DefinitionStages.WithReplicasAndCreate

Method Summary

Modifier and Type Method and Description
SearchService.DefinitionStages.WithReplicasAndCreate withPartitionCount(int count)

Specifies the SKU of the Search service.

Inherited Members

Method Details

withPartitionCount

public 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