WindowsFunctionAppSiteConfigApplicationStackArgs

data class WindowsFunctionAppSiteConfigApplicationStackArgs(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<WindowsFunctionAppSiteConfigApplicationStackArgs>

Constructors

constructor(dotnetVersion: Output<String>? = null, javaVersion: Output<String>? = null, nodeVersion: Output<String>? = null, powershellCoreVersion: Output<String>? = null, useCustomRuntime: Output<Boolean>? = null, useDotnetIsolatedRuntime: Output<Boolean>? = null)

Properties

Link copied to clipboard
val dotnetVersion: Output<String>? = null

The version of .NET to use. Possible values include v3.0, v4.0 v6.0, v7.0, v8.0 and v9.0. Defaults to v4.0.

Link copied to clipboard
val javaVersion: Output<String>? = null

The Version of Java to use. Supported versions include 1.8, 11, 17, 21 (In-Preview).

Link copied to clipboard
val nodeVersion: Output<String>? = null

The version of Node to run. Possible values include ~12, ~14, ~16, ~18 ~20 and ~22.

Link copied to clipboard
val powershellCoreVersion: Output<String>? = null

The version of PowerShell Core to run. Possible values are 7, 7.2, and 7.4.

Link copied to clipboard
val useCustomRuntime: Output<Boolean>? = null

Should the Windows Function App use a custom runtime?

Link copied to clipboard
val useDotnetIsolatedRuntime: Output<Boolean>? = null

Should the DotNet process use an isolated runtime. Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): WindowsFunctionAppSiteConfigApplicationStackArgs