Linux Function App Slot Site Config Application Stack Args
data class LinuxFunctionAppSlotSiteConfigApplicationStackArgs(val dockers: Output<List<LinuxFunctionAppSlotSiteConfigApplicationStackDockerArgs>>? = null, val dotnetVersion: Output<String>? = null, val javaVersion: Output<String>? = null, val nodeVersion: Output<String>? = null, val powershellCoreVersion: Output<String>? = null, val pythonVersion: Output<String>? = null, val useCustomRuntime: Output<Boolean>? = null, val useDotnetIsolatedRuntime: Output<Boolean>? = null) : ConvertibleToJava<LinuxFunctionAppSlotSiteConfigApplicationStackArgs>
Constructors
Link copied to clipboard
constructor(dockers: Output<List<LinuxFunctionAppSlotSiteConfigApplicationStackDockerArgs>>? = null, dotnetVersion: Output<String>? = null, javaVersion: Output<String>? = null, nodeVersion: Output<String>? = null, powershellCoreVersion: Output<String>? = null, pythonVersion: Output<String>? = null, useCustomRuntime: Output<Boolean>? = null, useDotnetIsolatedRuntime: Output<Boolean>? = null)
Properties
Link copied to clipboard
a docker
block as detailed below.
Link copied to clipboard
The version of .Net. Possible values are 3.1
, 6.0
, 7.0
, 8.0
and 9.0
.
Link copied to clipboard
The version of Java to use. Possible values are 8
, 11
&17
(In-Preview).
Link copied to clipboard
The version of Node to use. Possible values include 12
, 14
, 16
, 18
, 20
and 22
.
Link copied to clipboard
The version of PowerShell Core to use. Possibles values are 7
, 7.2
, and 7.4
.
Link copied to clipboard
The version of Python to use. Possible values are 3.13
, 3.12
, 3.11
, 3.10
, 3.9
, 3.8
and 3.7
.
Link copied to clipboard
Should the Linux Function App use a custom runtime?
Link copied to clipboard
Should the DotNet process use an isolated runtime. Defaults to false
.