Dela via


FunctionsRuntime Class

Function app runtime name and version.

Inheritance
azure.mgmt.web._serialization.Model
FunctionsRuntime

Constructor

FunctionsRuntime(*, name: str | _models.RuntimeName | None = None, version: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name

Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom. Known values are: "dotnet-isolated", "node", "java", "powershell", "python", and "custom".

version
str

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

Variables

Name Description
name

Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom. Known values are: "dotnet-isolated", "node", "java", "powershell", "python", and "custom".

version
str

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