Class PhpVersion
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PhpVersion>
com.azure.resourcemanager.workloads.models.PhpVersion
Defines values for PhpVersion.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PhpVersion
Static value 7.4 for PhpVersion.static final PhpVersion
Static value 7.3 for PhpVersion.static final PhpVersion
Static value 7.2 for PhpVersion. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PhpVersion
fromString
(String name) Creates or finds a PhpVersion from its string representation.static Collection<PhpVersion>
values()
Gets known PhpVersion values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SEVEN_TWO
Static value 7.2 for PhpVersion. -
SEVEN_THREE
Static value 7.3 for PhpVersion. -
SEVEN_FOUR
Static value 7.4 for PhpVersion.
-
-
Constructor Details
-
PhpVersion
public PhpVersion()
-
-
Method Details
-
fromString
Creates or finds a PhpVersion from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding PhpVersion.
-
values
Gets known PhpVersion values.- Returns:
- known PhpVersion values.
-