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
Subclasses with type arguments of type ServerVersion in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classDescribes the version of the MongoDB account.Fields in com.azure.resourcemanager.cosmos.models declared as ServerVersionModifier and TypeFieldDescriptionstatic final ServerVersionServerVersion.FIVE_ZEROStatic value 5.0 for ServerVersion.static final ServerVersionServerVersion.FOUR_TWOStatic value 4.2 for ServerVersion.static final ServerVersionServerVersion.FOUR_ZEROStatic value 4.0 for ServerVersion.static final ServerVersionServerVersion.SEVEN_ZEROStatic value 7.0 for ServerVersion.static final ServerVersionServerVersion.SIX_ZEROStatic value 6.0 for ServerVersion.static final ServerVersionServerVersion.THREE_SIXStatic value 3.6 for ServerVersion.static final ServerVersionServerVersion.THREE_TWOStatic value 3.2 for ServerVersion.Methods in com.azure.resourcemanager.cosmos.models that return ServerVersionModifier and TypeMethodDescriptionstatic ServerVersionServerVersion.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.