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 PythonVersionPythonVersion.OFFStatic value 'Off' for PythonVersion.static final PythonVersionPythonVersion.PYTHON_27Static value 2.7 for PythonVersion.static final PythonVersionPythonVersion.PYTHON_34Static value 3.4 for PythonVersion.Methods in com.microsoft.azure.management.appservice that return PythonVersionModifier and TypeMethodDescriptionstatic PythonVersionPythonVersion.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.