FunctionsRuntime interface
Function app runtime name and version.
Properties
name | Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom |
version | Function app runtime version. Example: 8 (for dotnet-isolated) |
Property Details
name
Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom
name?: string
Property Value
string
version
Function app runtime version. Example: 8 (for dotnet-isolated)
version?: string
Property Value
string