Uses of Class
com.azure.resourcemanager.mariadb.models.ServerVersion
Package
Description
Package containing the inner data models for MariaDBManagementClient.
Package containing the data models for MariaDBManagementClient.
-
Uses of ServerVersion in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerInner.version()
Get the version property: Server version.ServerProperties.version()
Get the version property: Server version.ServerUpdateParametersProperties.version()
Get the version property: The version of a server.Modifier and TypeMethodDescriptionServerInner.withVersion
(ServerVersion version) Set the version property: Server version.ServerProperties.withVersion
(ServerVersion version) Set the version property: Server version.ServerUpdateParametersProperties.withVersion
(ServerVersion version) Set the version property: The version of a server. -
Uses of ServerVersion in com.azure.resourcemanager.mariadb.models
Modifier and TypeFieldDescriptionstatic final ServerVersion
ServerVersion.ONE_ZERO_THREE
Static value 10.3 for ServerVersion.static final ServerVersion
ServerVersion.ONE_ZERO_TWO
Static value 10.2 for ServerVersion.Modifier and TypeMethodDescriptionstatic ServerVersion
ServerVersion.fromString
(String name) Creates or finds a ServerVersion from its string representation.Server.version()
Gets the version property: Server version.ServerPropertiesForCreate.version()
Get the version property: Server version.ServerUpdateParameters.version()
Get the version property: The version of a server.Modifier and TypeMethodDescriptionstatic Collection<ServerVersion>
ServerVersion.values()
Gets known ServerVersion values.Modifier and TypeMethodDescriptionServer.UpdateStages.WithVersion.withVersion
(ServerVersion version) Specifies the version property: The version of a server..ServerPropertiesForCreate.withVersion
(ServerVersion version) Set the version property: Server version.ServerPropertiesForDefaultCreate.withVersion
(ServerVersion version) Set the version property: Server version.ServerPropertiesForGeoRestore.withVersion
(ServerVersion version) Set the version property: Server version.ServerPropertiesForReplica.withVersion
(ServerVersion version) Set the version property: Server version.ServerPropertiesForRestore.withVersion
(ServerVersion version) Set the version property: Server version.ServerUpdateParameters.withVersion
(ServerVersion version) Set the version property: The version of a server.