SearchService.DefinitionStages.WithReplicasAndCreate Interface

public interface WithReplicasAndCreate extends SearchService.DefinitionStages.WithCreate

Method Summary

Modifier and Type Method and Description
SearchService.DefinitionStages.WithCreate withReplicaCount(int count)

Specifies the SKU of the Search service.

Inherited Members

Method Details

withReplicaCount

public WithCreate withReplicaCount(int count)

Specifies the SKU of the Search service.

Parameters:

count - the number of replicas to be created

Returns:

the next stage of the definition

Applies to