Share via


WebAppStackPropertiesOutput interface

WebAppStack resource specific properties

Properties

displayText

Web App stack (display only).

majorVersions

List of major versions available.

preferredOs

Web App stack preferred OS.

value

Web App stack name.

Property Details

displayText

Web App stack (display only).

displayText?: string

Property Value

string

majorVersions

List of major versions available.

majorVersions?: WebAppMajorVersionOutput[]

Property Value

preferredOs

Web App stack preferred OS.

preferredOs?: "Windows" | "Linux"

Property Value

"Windows" | "Linux"

value

Web App stack name.

value?: string

Property Value

string