WebAppRuntimeSettings Class
Web App runtime settings.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelWebAppRuntimeSettings
Constructor
WebAppRuntimeSettings(**kwargs: Any)
Variables
Name | Description |
---|---|
runtime_version
|
Web App stack minor version (runtime only). |
remote_debugging_supported
|
|
app_insights_settings
|
Application Insights settings associated with the minor version. |
git_hub_action_settings
|
GitHub Actions settings associated with the minor version. |
is_preview
|
|
is_deprecated
|
|
is_hidden
|
|
end_of_life_date
|
End-of-life date for the minor version. |
is_auto_update
|
|
is_early_access
|
|
Azure SDK for Python