Class ServerVersion
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServerVersion>
com.azure.resourcemanager.mariadb.models.ServerVersion
The version of a server.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ServerVersion
Static value 10.3 for ServerVersion.static final ServerVersion
Static value 10.2 for ServerVersion. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServerVersion
fromString
(String name) Creates or finds a ServerVersion from its string representation.static Collection<ServerVersion>
values()
Gets known ServerVersion values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ONE_ZERO_TWO
Static value 10.2 for ServerVersion. -
ONE_ZERO_THREE
Static value 10.3 for ServerVersion.
-
-
Constructor Details
-
ServerVersion
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ServerVersion value.
-
-
Method Details
-
fromString
Creates or finds a ServerVersion from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ServerVersion.
-
values
Gets known ServerVersion values.- Returns:
- known ServerVersion values.
-
fromString(String)
factory method.