FunctionAppRuntimes Class

Function App stack runtimes.

Constructor

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

Variables

Name Description
linux_runtime_settings

Linux-specific settings associated with the minor version.

windows_runtime_settings

Windows-specific settings associated with the minor version.

Attributes

linux_runtime_settings

Linux-specific settings associated with the minor version.

linux_runtime_settings: _models.FunctionAppRuntimeSettings | None

windows_runtime_settings

Windows-specific settings associated with the minor version.

windows_runtime_settings: _models.FunctionAppRuntimeSettings | None