AppServiceEnvironmentResourceInner.HasLinuxWorkers Property

Definition

Gets or sets flag that displays whether an ASE has linux workers or not

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to