Windows Function App Slot Site Config Application Stack Args
data class WindowsFunctionAppSlotSiteConfigApplicationStackArgs(val dotnetVersion: Output<String>? = null, val javaVersion: Output<String>? = null, val nodeVersion: Output<String>? = null, val powershellCoreVersion: Output<String>? = null, val useCustomRuntime: Output<Boolean>? = null, val useDotnetIsolatedRuntime: Output<Boolean>? = null) : ConvertibleToJava<WindowsFunctionAppSlotSiteConfigApplicationStackArgs>
Properties
Link copied to clipboard
The version of .Net. Possible values are v3.0, v4.0, v6.0, v7.0 and v8.0. Defaults to v4.0.
Link copied to clipboard
The version of Java to use. Possible values are 1.8, 11 and 17 (In-Preview).
Link copied to clipboard
The version of Node to use. Possible values are ~12, ~14, ~16, ~18 and ~20.
Link copied to clipboard
The PowerShell Core version to use. Possible values are 7, 7.2, and 7.4.
Link copied to clipboard
Does the Function App use a custom Application Stack?
Link copied to clipboard
Should the DotNet process use an isolated runtime. Defaults to false.