GetWindowsFunctionAppSiteConfigApplicationStack

data class GetWindowsFunctionAppSiteConfigApplicationStack(val dotnetVersion: String, val javaVersion: String, val nodeVersion: String, val powershellCoreVersion: String, val useCustomRuntime: Boolean, val useDotnetIsolatedRuntime: Boolean)

Constructors

constructor(dotnetVersion: String, javaVersion: String, nodeVersion: String, powershellCoreVersion: String, useCustomRuntime: Boolean, useDotnetIsolatedRuntime: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version of .Net to use.

Link copied to clipboard

The version of Java to use.

Link copied to clipboard

The version of Node to use.

Link copied to clipboard

The version of PowerShell Core to use.

Link copied to clipboard

Is the Windows Function App using a custom runtime?.