StackMinorVersion interface

Application stack minor version.

Properties

displayVersion

Application stack minor version (display only).

isDefault

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

isRemoteDebuggingEnabled

true if this supports Remote Debugging, otherwise false.

runtimeVersion

Application stack minor version (runtime only).

Property Details

displayVersion

Application stack minor version (display only).

displayVersion?: string

Property Value

string

isDefault

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

isDefault?: boolean

Property Value

boolean

isRemoteDebuggingEnabled

true if this supports Remote Debugging, otherwise false.

isRemoteDebuggingEnabled?: boolean

Property Value

boolean

runtimeVersion

Application stack minor version (runtime only).

runtimeVersion?: string

Property Value

string