FunctionsRuntime Class
Function app runtime name and version.
- Inheritance
-
azure.mgmt.web._serialization.ModelFunctionsRuntime
Constructor
FunctionsRuntime(*, name: str | _models.RuntimeName | None = None, version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
str or
RuntimeName
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
|
Function app runtime version. Example: 8 (for dotnet-isolated). |
Variables
Name | Description |
---|---|
name
|
str or
RuntimeName
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
|
Function app runtime version. Example: 8 (for dotnet-isolated). |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python