Partager via


IWithReplicaCount.WithReplicaCount(Int32) Méthode

Définition

Spécifie le nombre de réplicas du service Search.

public Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IUpdate WithReplicaCount (int count);
abstract member WithReplicaCount : int -> Microsoft.Azure.Management.Search.Fluent.SearchService.Update.IUpdate
Public Function WithReplicaCount (count As Integer) As IUpdate

Paramètres

count
Int32

Nombre de réplicas ; les réplicas distribuent les charges de travail sur le service. Vous avez besoin de 2 ou plus pour prendre en charge la haute disponibilité (s’applique uniquement aux niveaux De base et Standard).

Retours

S’applique à