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 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.azure.resourcemanager.appservice.models that return PythonVersionModifier and TypeMethodDescriptionstatic PythonVersionPythonVersion.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.