FunctionAppRuntimeSettings Class

Function App runtime settings.

Constructor

FunctionAppRuntimeSettings(*args: Any, **kwargs: Any)

Variables

Name Description
runtime_version
str

Function App stack minor version (runtime only).

remote_debugging_supported

true if remote debugging is supported for the stack; otherwise, false.

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

true if the stack is in preview; otherwise, false.

is_deprecated

true if the stack is deprecated; otherwise, false.

is_hidden

true if the stack should be hidden; otherwise, false.

end_of_life_date

End-of-life date for the minor version.

is_auto_update

true if the stack version is auto-updated; otherwise, false.

is_early_access

true if the minor version is early-access; otherwise, false.

is_default

true if the minor version the default; otherwise, false.

Attributes

app_insights_settings

Application Insights settings associated with the minor version.

app_insights_settings: _models.AppInsightsWebAppStackSettings | None

app_settings_dictionary

Application settings associated with the minor version.

app_settings_dictionary: dict[str, str] | None

end_of_life_date

End-of-life date for the minor version.

end_of_life_date: datetime | None

git_hub_action_settings

GitHub Actions settings associated with the minor version.

git_hub_action_settings: _models.GitHubActionWebAppStackSettings | None

is_auto_update

true if the stack version is auto-updated; otherwise, false.

is_auto_update: bool | None

is_default

true if the minor version the default; otherwise, false.

is_default: bool | None

is_deprecated

true if the stack is deprecated; otherwise, false.

is_deprecated: bool | None

is_early_access

true if the minor version is early-access; otherwise, false.

is_early_access: bool | None

is_hidden

true if the stack should be hidden; otherwise, false.

is_hidden: bool | None

is_preview

true if the stack is in preview; otherwise, false.

is_preview: bool | None

remote_debugging_supported

true if remote debugging is supported for the stack; otherwise, false.

remote_debugging_supported: bool | None

runtime_version

Function App stack minor version (runtime only).

runtime_version: str | None

site_config_properties_dictionary

Configuration settings associated with the minor version.

site_config_properties_dictionary: _models.SiteConfigPropertiesDictionary | None

supported_functions_extension_versions

List of supported Functions extension versions.

supported_functions_extension_versions: list[str] | None