次の方法で共有


SearchService.ReplicaCount プロパティ

定義

検索サービス内のレプリカの数を取得または設定します。 指定する場合は、標準 SKU の場合は 1 から 12 までの値、基本 SKU の場合は 1 から 3 までの値である必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.replicaCount")]
public int? ReplicaCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.replicaCount")>]
member this.ReplicaCount : Nullable<int> with get, set
Public Property ReplicaCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象