SearchService.DefinitionStages.WithPartitionsAndCreate Interface

Implements

public static interface SearchService.DefinitionStages.WithPartitionsAndCreate
extends WithReplicasAndCreate

Method Summary

Modifier and Type Method and Description
abstract WithReplicasAndCreate 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