Uses of Enum
com.azure.resourcemanager.redis.models.RedisCache.RedisVersion
Packages that use RedisCache.RedisVersion
Package
Description
Package containing the data models for RedisManagementClient.
-
Uses of RedisCache.RedisVersion in com.azure.resourcemanager.redis.models
Subclasses with type arguments of type RedisCache.RedisVersion in com.azure.resourcemanager.redis.modelsModifier and TypeClassDescriptionstatic enummajor version of redis for version 4.x.x, use V4 for version 6.x.x, use V6Methods in com.azure.resourcemanager.redis.models that return RedisCache.RedisVersionModifier and TypeMethodDescriptionstatic RedisCache.RedisVersionReturns the enum constant of this type with the specified name.static RedisCache.RedisVersion[]RedisCache.RedisVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.redis.models with parameters of type RedisCache.RedisVersionModifier and TypeMethodDescriptionRedisCache.DefinitionStages.WithCreate.withRedisVersion(RedisCache.RedisVersion redisVersion) Explicitly specify the Redis version to create withRedisCache.Update.withRedisVersion(RedisCache.RedisVersion redisVersion) Update the Redis version.