Uses of Class
com.microsoft.azure.management.appservice.PythonVersion
Packages that use PythonVersion
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PythonVersion in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice 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.microsoft.azure.management.appservice that return PythonVersionModifier and TypeMethodDescriptionstatic PythonVersion
PythonVersion.fromString
(String name) Finds or creates a Python version based on the specified name.WebAppBase.pythonVersion()
Methods in com.microsoft.azure.management.appservice that return types with arguments of type PythonVersionMethods in com.microsoft.azure.management.appservice 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.