Sdílet prostřednictvím


StackMajorVersion interface

Application stack major version.

Properties

applicationInsights

true if this supports Application Insights; otherwise, false.

displayVersion

Application stack major version (display only).

isDefault

true if this is the default major version; otherwise, false.

minorVersions

Minor versions associated with the major version.

runtimeVersion

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