FunctionsRuntimeResponse

data class FunctionsRuntimeResponse(val name: String? = null, val version: String? = null)

Function app runtime name and version.

Constructors

Link copied to clipboard
constructor(name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom

Link copied to clipboard
val version: String? = null

Function app runtime version. Example: 8 (for dotnet-isolated)