次の方法で共有


IWithReplicaCount.WithReplicaCount(Int32) メソッド

定義

Search Serviceのレプリカ数を指定します。

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

パラメーター

count
Int32

レプリカ数。レプリカは、サービス全体にワークロードを分散します。 高可用性をサポートするには、2 つ以上が必要です (Basic レベルと Standard レベルにのみ適用されます)。

戻り値

適用対象