WebAppRuntimeSettings Class

Web App runtime settings.

Constructor

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

Variables

Name Description
runtime_version
str

Web 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.

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.

Attributes

app_insights_settings

Application Insights settings associated with the minor version.

app_insights_settings: _models.AppInsightsWebAppStackSettings | 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_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

Web App stack minor version (runtime only).

runtime_version: str | None