Dela via


IAppServiceEnvironmentPatchResource.HasLinuxWorker Property

Definition

Flag that displays whether an ASE has linux workers or not

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Flag that displays whether an ASE has linux workers or not", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="hasLinuxWorkers")]
public bool? HasLinuxWorker { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Flag that displays whether an ASE has linux workers or not", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="hasLinuxWorkers")>]
member this.HasLinuxWorker : Nullable<bool> with get, set
Public Property HasLinuxWorker As Nullable(Of Boolean)

Property Value

Attributes

Applies to