SiteConfig.PreWarmedInstanceCount Property

Definition

Gets or sets number of preWarmed instances. This setting only applies to the Consumption and Elastic Plans

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to