StackMinorVersion Class
Application stack minor version.
Constructor
StackMinorVersion(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
display_version
|
Application stack minor version (display only). |
|
runtime_version
|
Application stack minor version (runtime only). |
|
is_default
|
|
|
is_remote_debugging_enabled
|
|
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