WebAppMajorVersion interface

Web App stack major version.

Properties

displayText

Web App stack major version (display only). NOTE: This property will not be serialized. It can only be populated by the server.

minorVersions

Minor versions associated with the major version. NOTE: This property will not be serialized. It can only be populated by the server.

value

Web App stack major version name. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

displayText

Web App stack major version (display only). NOTE: This property will not be serialized. It can only be populated by the server.

displayText?: string

Property Value

string

minorVersions

Minor versions associated with the major version. NOTE: This property will not be serialized. It can only be populated by the server.

minorVersions?: WebAppMinorVersion[]

Property Value

value

Web App stack major version name. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

Property Value

string