Uses of Class
com.azure.resourcemanager.cosmos.models.ServerVersion
Packages that use ServerVersion
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ServerVersion in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ServerVersionModifier and TypeFieldDescriptionstatic final ServerVersion
ServerVersion.FIVE_ZERO
Static value 5.0 for ServerVersion.static final ServerVersion
ServerVersion.FOUR_TWO
Static value 4.2 for ServerVersion.static final ServerVersion
ServerVersion.FOUR_ZERO
Static value 4.0 for ServerVersion.static final ServerVersion
ServerVersion.SEVEN_ZERO
Static value 7.0 for ServerVersion.static final ServerVersion
ServerVersion.SIX_ZERO
Static value 6.0 for ServerVersion.static final ServerVersion
ServerVersion.THREE_SIX
Static value 3.6 for ServerVersion.static final ServerVersion
ServerVersion.THREE_TWO
Static value 3.2 for ServerVersion.Methods in com.azure.resourcemanager.cosmos.models that return ServerVersionModifier and TypeMethodDescriptionstatic ServerVersion
ServerVersion.fromString
(String name) Creates or finds a ServerVersion from its string representation.ApiProperties.serverVersion()
Get the serverVersion property: Describes the version of the MongoDB account.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ServerVersionModifier and TypeMethodDescriptionstatic Collection
<ServerVersion> ServerVersion.values()
Gets known ServerVersion values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ServerVersionModifier and TypeMethodDescriptionApiProperties.withServerVersion
(ServerVersion serverVersion) Set the serverVersion property: Describes the version of the MongoDB account.