FunctionAppRuntimeSettings Class
Function App runtime settings.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
FunctionAppRuntimeSettings
Constructor
FunctionAppRuntimeSettings(**kwargs)
Variables
- runtime_version
- str
Function App stack minor version (runtime only).
- remote_debugging_supported
- bool
<code>true</code> if remote debugging is supported
for the stack; otherwise, <code>false</code>.
- app_insights_settings
- AppInsightsWebAppStackSettings
Application Insights settings associated with the minor version.
- git_hub_action_settings
- GitHubActionWebAppStackSettings
GitHub Actions settings associated with the minor version.
- site_config_properties_dictionary
- SiteConfigPropertiesDictionary
Configuration settings associated with the minor version.
- is_preview
- bool
<code>true</code> if the stack is in preview; otherwise,
<code>false</code>.
- is_deprecated
- bool
<code>true</code> if the stack is deprecated; otherwise,
<code>false</code>.
- is_hidden
- bool
<code>true</code> if the stack should be hidden; otherwise,
<code>false</code>.
- end_of_life_date
- datetime
End-of-life date for the minor version.
- is_auto_update
- bool
<code>true</code> if the stack version is auto-updated;
otherwise, <code>false</code>.
- is_early_access
- bool
<code>true</code> if the minor version is early-access;
otherwise, <code>false</code>.
- is_default
- bool
<code>true</code> if the minor version the default; otherwise,
<code>false</code>.
Feedback
Submit and view feedback for