GetLinuxFunctionAppSiteConfigApplicationStack

data class GetLinuxFunctionAppSiteConfigApplicationStack(val dockers: List<GetLinuxFunctionAppSiteConfigApplicationStackDocker>, val dotnetVersion: String, val javaVersion: String, val nodeVersion: String, val powershellCoreVersion: String, val pythonVersion: String, val useCustomRuntime: Boolean, val useDotnetIsolatedRuntime: Boolean)

Constructors

constructor(dockers: List<GetLinuxFunctionAppSiteConfigApplicationStackDocker>, dotnetVersion: String, javaVersion: String, nodeVersion: String, powershellCoreVersion: String, pythonVersion: String, useCustomRuntime: Boolean, useDotnetIsolatedRuntime: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more docker blocks as defined below.

Link copied to clipboard

The version of .NET used.

Link copied to clipboard

The Version of Java used.

Link copied to clipboard

The version of Node used.

Link copied to clipboard

The version of PowerShell Core used.

Link copied to clipboard

The version of Python used.

Link copied to clipboard

Does the Linux Function App use a custom runtime?