Linux Function App Slot Site Config Application Stack
data class LinuxFunctionAppSlotSiteConfigApplicationStack(val dockers: List<LinuxFunctionAppSlotSiteConfigApplicationStackDocker>? = null, val dotnetVersion: String? = null, val javaVersion: String? = null, val nodeVersion: String? = null, val powershellCoreVersion: String? = null, val pythonVersion: String? = null, val useCustomRuntime: Boolean? = null, val useDotnetIsolatedRuntime: Boolean? = null)
Constructors
Link copied to clipboard
fun LinuxFunctionAppSlotSiteConfigApplicationStack(dockers: List<LinuxFunctionAppSlotSiteConfigApplicationStackDocker>? = null, dotnetVersion: String? = null, javaVersion: String? = null, nodeVersion: String? = null, powershellCoreVersion: String? = null, pythonVersion: String? = null, useCustomRuntime: Boolean? = null, useDotnetIsolatedRuntime: Boolean? = null)