SearchService.DefinitionStages.WithReplicasAndCreate Interface
Implements
public static interface SearchService.DefinitionStages.WithReplicasAndCreate
extends WithCreate
The stage of the Search service definition allowing to specify the replica count.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withReplicaCount(int count)
Specifies the SKU of the Search service. |
Method Details
withReplicaCount
public abstract SearchService.DefinitionStages.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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java