Uses of Interface
com.microsoft.azure.management.redis.RedisCache.Update
Package
Description
This package contains the classes for RedisManagementClient.
-
Uses of RedisCache.Update in com.microsoft.azure.management.redis
Modifier and TypeMethodDescriptionRedisCache.UpdateStages.WithSku.withBasicSku
(int capacity) Updates Redis Cache to Basic sku with new capacity.RedisCache.Update.withFirewallRule
(RedisFirewallRule rule) Creates or updates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.RedisCache.Update.withFirewallRule
(String name, String lowestIp, String highestIp) Creates or updates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.RedisCache.Update.withMinimumTlsVersion
(TlsVersion tlsVersion) Requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisCache.UpdateStages.WithNonSslPort.withNonSslPort()
Enables non-ssl Redis server port (6379).RedisCache.Update.withoutFirewallRule
(String name) Deletes a single firewall rule in the current Redis cache instance.RedisCache.Update.withoutMinimumTlsVersion()
Removes the requirement for clients minimum TLS version.RedisCache.UpdateStages.WithNonSslPort.withoutNonSslPort()
Disables non-ssl Redis server port (6379).RedisCache.Update.withoutPatchSchedule()
Removes all Patch schedules from the current Premium Cluster Cache.RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration()
Cleans all the configuration settings being set on Redis Cache.RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration
(String key) Removes specified Redis Cache configuration setting.RedisCache.Update.withPatchSchedule
(DayOfWeek dayOfWeek, int startHourUtc) Adds Patch schedule to the current Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(DayOfWeek dayOfWeek, int startHourUtc, org.joda.time.Period maintenanceWindow) Adds Patch schedule to the current Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(ScheduleEntry scheduleEntry) Adds Patch schedule to the current Premium Cluster Cache.RedisCache.Update.withPatchSchedule
(List<ScheduleEntry> scheduleEntry) Adds Patch schedule to the current Premium Cluster Cache.RedisCache.UpdateStages.WithSku.withPremiumSku()
Updates Redis Cache to Premium sku.RedisCache.UpdateStages.WithSku.withPremiumSku
(int capacity) Updates Redis Cache to Premium sku with new capacity.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration
(String key, String value) Specifies Redis Setting.RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration
(Map<String, String> redisConfiguration) All Redis Settings.RedisCache.Update.withShardCount
(int shardCount) The number of shards to be created on a Premium Cluster Cache.RedisCache.UpdateStages.WithSku.withStandardSku()
Updates Redis Cache to Standard sku.RedisCache.UpdateStages.WithSku.withStandardSku
(int capacity) Updates Redis Cache to Standard sku with new capacity.