Freigeben über


IAppServiceEnvironmentResource.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=true, Required=false, SerializedName="hasLinuxWorkers")]
public bool? HasLinuxWorker { get; }
[<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=true, Required=false, SerializedName="hasLinuxWorkers")>]
member this.HasLinuxWorker : Nullable<bool>
Public ReadOnly Property HasLinuxWorker As Nullable(Of Boolean)

Property Value

Attributes

Applies to