Delen via


WebAppStack.PreferredOs Property

Definition

Gets web App stack preferred OS. Possible values include: 'Windows', 'Linux'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.preferredOs")]
public Microsoft.Azure.Management.WebSites.Models.StackPreferredOs? PreferredOs { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.preferredOs")>]
member this.PreferredOs : Nullable<Microsoft.Azure.Management.WebSites.Models.StackPreferredOs>
Public ReadOnly Property PreferredOs As Nullable(Of StackPreferredOs)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to