次の方法で共有


SiteConfig.MinimumElasticInstanceCount プロパティ

定義

サイトの最小インスタンス数を取得または設定します。この設定は Elastic Plans にのみ適用されます

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象