ValidateRequest.NeedLinuxWorkers Property

Definition

Gets or sets <code>true</code> if App Service plan is for Linux workers; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to