Get Linux Function App Site Config Application Stack
data class GetLinuxFunctionAppSiteConfigApplicationStack(val dockers: List<GetLinuxFunctionAppSiteConfigApplicationStackDocker>, val dotnetVersion: String, val javaVersion: String, val nodeVersion: String, val powershellCoreVersion: String, val pythonVersion: String, val useCustomRuntime: Boolean, val useDotnetIsolatedRuntime: Boolean)
Properties
Link copied to clipboard
One or more docker
blocks as defined below.
Link copied to clipboard
The version of .NET used.
Link copied to clipboard
The Version of Java used.
Link copied to clipboard
The version of Node used.
Link copied to clipboard
The version of PowerShell Core used.
Link copied to clipboard
The version of Python used.
Link copied to clipboard
Does the Linux Function App use a custom runtime?
Link copied to clipboard