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
Methods in com.azure.resourcemanager.redis.models that return RedisCache.RedisVersionModifier and TypeMethodDescriptionstatic RedisCache.RedisVersion
Returns 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.