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>
Constructors
Link copied to clipboard
fun WindowsFunctionAppSlotSiteConfigApplicationStackArgs(dotnetVersion: Output<String>? = null, javaVersion: Output<String>? = null, nodeVersion: Output<String>? = null, powershellCoreVersion: Output<String>? = null, useCustomRuntime: Output<Boolean>? = null, useDotnetIsolatedRuntime: Output<Boolean>? = null)