Uses of Class
com.azure.resourcemanager.cosmos.models.ServerVersion
-
Packages that use ServerVersion Package Description com.azure.resourcemanager.cosmos.models 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 ServerVersion Modifier and Type Field Description static ServerVersionServerVersion. FOUR_ZEROStatic value 4.0 for ServerVersion.static ServerVersionServerVersion. THREE_SIXStatic value 3.6 for ServerVersion.static ServerVersionServerVersion. THREE_TWOStatic value 3.2 for ServerVersion.Methods in com.azure.resourcemanager.cosmos.models that return ServerVersion Modifier and Type Method Description static ServerVersionServerVersion. fromString(String name)Creates or finds a ServerVersion from its string representation.ServerVersionApiProperties. serverVersion()Get the serverVersion property: Describes the ServerVersion of an a MongoDB account.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ServerVersion Modifier and Type Method Description static Collection<ServerVersion>ServerVersion. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type ServerVersion Modifier and Type Method Description ApiPropertiesApiProperties. withServerVersion(ServerVersion serverVersion)Set the serverVersion property: Describes the ServerVersion of an a MongoDB account.
-