ServerVersion Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mysql. models. ServerVersion
- com.
- com.
public final class ServerVersion
extends ExpandableStringEnum<ServerVersion>
Defines values for ServerVersion.
Modifier and Type | Field and Description |
---|---|
static final
Server |
EIGHT_ZERO
Static value 8.0 for Server |
static final
Server |
FIVE_SEVEN
Static value 5.7 for Server |
static final
Server |
FIVE_SIX
Static value 5.6 for Server |
Constructor | Description | |
---|---|---|
Server |
Modifier and Type | Method and Description |
---|---|
static
Server |
from Creates or finds a Server |
static
Collection<Server |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
EIGHT_ZERO
public static final ServerVersion EIGHT_ZERO
Static value 8.0 for ServerVersion.
FIVE_SEVEN
public static final ServerVersion FIVE_SEVEN
Static value 5.7 for ServerVersion.
FIVE_SIX
public static final ServerVersion FIVE_SIX
Static value 5.6 for ServerVersion.
ServerVersion
public ServerVersion()
fromString
public static ServerVersion fromString(String name)
Creates or finds a ServerVersion from its string representation.
Parameters:
Returns:
values
public static Collection
Returns: