WebAppStackPropertiesOutput interface
WebAppStack resource specific properties
Properties
| display |
Web App stack (display only). |
| major |
List of major versions available. |
| preferred |
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