StackMinorVersion Class
Application stack minor version.
- Inheritance
-
azure.mgmt.web._serialization.ModelStackMinorVersion
Constructor
StackMinorVersion(*, display_version: str | None = None, runtime_version: str | None = None, is_default: bool | None = None, is_remote_debugging_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
display_version
|
Application stack minor version (display only). |
runtime_version
|
Application stack minor version (runtime only). |
is_default
|
|
is_remote_debugging_enabled
|
|
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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python