ValidateRequest.IsXenon Property

Definition

Gets or sets <code>true</code> if App Service plan is running as a windows container

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isXenon")]
public bool? IsXenon { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isXenon")>]
member this.IsXenon : Nullable<bool> with get, set
Public Property IsXenon As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to