次の方法で共有


SiteConfig.PreWarmedInstanceCount プロパティ

定義

事前Warmed インスタンスの数を取得または設定します。 この設定は、従量課金プランとエラスティック プランにのみ適用されます

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象