Class PythonVersion
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<PythonVersion>
com.microsoft.azure.management.appservice.PythonVersion
Defines values for Python version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PythonVersion
Static value 'Off' for PythonVersion.static final PythonVersion
Static value 2.7 for PythonVersion.static final PythonVersion
Static value 3.4 for PythonVersion. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PythonVersion
fromString
(String name) Finds or creates a Python version based on the specified name.static Collection<PythonVersion>
values()
Methods inherited from class com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
OFF
Static value 'Off' for PythonVersion. -
PYTHON_27
Static value 2.7 for PythonVersion. -
PYTHON_34
Static value 3.4 for PythonVersion.
-
-
Constructor Details
-
PythonVersion
public PythonVersion()
-
-
Method Details
-
fromString
Finds or creates a Python version based on the specified name.- Parameters:
name
- a name- Returns:
- a PythonVersion instance
-
values
- Returns:
- known Python versions
-