StackMajorVersion interface
Application stack major version.
Properties
application |
|
display |
Application stack major version (display only). |
is |
|
minor |
Minor versions associated with the major version. |
runtime |
Application stack major version (runtime only). |
Property Details
applicationInsights
true
if this supports Application Insights; otherwise, false
.
applicationInsights?: boolean
Property Value
boolean
displayVersion
Application stack major version (display only).
displayVersion?: string
Property Value
string
isDefault
true
if this is the default major version; otherwise, false
.
isDefault?: boolean
Property Value
boolean
minorVersions
Minor versions associated with the major version.
minorVersions?: StackMinorVersion[]
Property Value
runtimeVersion
Application stack major version (runtime only).
runtimeVersion?: string
Property Value
string