FunctionAppRuntimeSettings Class
Function App runtime settings.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelFunctionAppRuntimeSettings
Constructor
FunctionAppRuntimeSettings(**kwargs: Any)
Variables
Name | Description |
---|---|
runtime_version
|
Function 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. |
app_settings_dictionary
|
Application settings associated with the minor version. |
site_config_properties_dictionary
|
Configuration settings associated with the minor version. |
supported_functions_extension_versions
|
List of supported Functions extension versions. |
is_preview
|
|
is_deprecated
|
|
is_hidden
|
|
end_of_life_date
|
End-of-life date for the minor version. |
is_auto_update
|
|
is_early_access
|
|
is_default
|
|
Azure SDK for Python