FunctionAppRuntimes interface

Function App stack runtimes.

Properties

linuxRuntimeSettings

Linux-specific settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.

windowsRuntimeSettings

Windows-specific settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

linuxRuntimeSettings

Linux-specific settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.

linuxRuntimeSettings?: FunctionAppRuntimeSettings

Property Value

windowsRuntimeSettings

Windows-specific settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.

windowsRuntimeSettings?: FunctionAppRuntimeSettings

Property Value