Share via


IWebAppStackProperties.PreferredOS Property

Definition

Web App stack preferred OS.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Web App stack preferred OS.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StackPreferredOS) }, ReadOnly=true, Required=false, SerializedName="preferredOs")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StackPreferredOS? PreferredOS { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Web App stack preferred OS.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StackPreferredOS) }, ReadOnly=true, Required=false, SerializedName="preferredOs")>]
member this.PreferredOS : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StackPreferredOS>
Public ReadOnly Property PreferredOS As Nullable(Of StackPreferredOS)

Property Value

Attributes

Applies to