你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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