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

StackMinorVersion Class

Application stack minor version.

Constructor

StackMinorVersion(*args: Any, **kwargs: Any)

Variables

Name Description
display_version
str

Application stack minor version (display only).

runtime_version
str

Application stack minor version (runtime only).

is_default

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

is_remote_debugging_enabled

true if this supports Remote Debugging, otherwise false.

Attributes

display_version

Application stack minor version (display only).

display_version: str | None

is_default

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

is_default: bool | None

is_remote_debugging_enabled

true if this supports Remote Debugging, otherwise false.

is_remote_debugging_enabled: bool | None

runtime_version

Application stack minor version (runtime only).

runtime_version: str | None