Uses of Class
com.azure.resourcemanager.redis.models.RedisCache.RedisVersion
-
Packages that use RedisCache.RedisVersion Package Description com.azure.resourcemanager.redis.models 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.RedisVersion Modifier and Type Method Description static RedisCache.RedisVersionRedisCache.RedisVersion. valueOf(String name)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.RedisVersion Modifier and Type Method Description RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withRedisVersion(RedisCache.RedisVersion redisVersion)Explicitly specify the Redis version to create withRedisCache.UpdateRedisCache.Update. withRedisVersion(RedisCache.RedisVersion redisVersion)Update the Redis version.
-