Uses of Class
com.azure.resourcemanager.appservice.models.PythonVersion
Packages that use PythonVersion
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of PythonVersion in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as PythonVersionModifier and TypeFieldDescriptionstatic final PythonVersion
PythonVersion.OFF
Static value 'Off' for PythonVersion.static final PythonVersion
PythonVersion.PYTHON_27
Static value 2.7 for PythonVersion.static final PythonVersion
PythonVersion.PYTHON_34
Static value 3.4 for PythonVersion.Methods in com.azure.resourcemanager.appservice.models that return PythonVersionModifier and TypeMethodDescriptionstatic PythonVersion
PythonVersion.fromString
(String name) Finds or creates a Python version based on the specified name.WebAppBase.pythonVersion()
Gets the version of Python.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PythonVersionModifier and TypeMethodDescriptionstatic Collection
<PythonVersion> PythonVersion.values()
Gets known Python versions.Methods in com.azure.resourcemanager.appservice.models with parameters of type PythonVersionModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithSiteConfigs.withPythonVersion
(PythonVersion version) Specifies the Python version.WebAppBase.UpdateStages.WithSiteConfigs.withPythonVersion
(PythonVersion version) Specifies the Python version.