| Package | Description | 
|---|---|
| com.microsoft.azure.management.redis | 
 This package contains the classes for RedisManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RedisCache.Update | 
RedisCache.UpdateStages.WithSku.withBasicSku(int capacity)
Updates Redis Cache to Basic sku with new capacity. 
 | 
RedisCache.Update | 
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 | 
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 | 
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.Update | 
RedisCache.UpdateStages.WithNonSslPort.withNonSslPort()
Enables non-ssl Redis server port (6379). 
 | 
RedisCache.Update | 
RedisCache.Update.withoutFirewallRule(String name)
Deletes a single firewall rule in the current Redis cache instance. 
 | 
RedisCache.Update | 
RedisCache.Update.withoutMinimumTlsVersion()
Removes the requirement for clients minimum TLS version. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithNonSslPort.withoutNonSslPort()
Disables non-ssl Redis server port (6379). 
 | 
RedisCache.Update | 
RedisCache.Update.withoutPatchSchedule()
Removes all Patch schedules from the current Premium Cluster Cache. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration()
Cleans all the configuration settings being set on Redis Cache. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithRedisConfiguration.withoutRedisConfiguration(String key)
Removes specified Redis Cache configuration setting. 
 | 
RedisCache.Update | 
RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek,
                 int startHourUtc)
Adds Patch schedule to the current Premium Cluster Cache. 
 | 
RedisCache.Update | 
RedisCache.Update.withPatchSchedule(DayOfWeek dayOfWeek,
                 int startHourUtc,
                 org.joda.time.Period maintenanceWindow)
Adds Patch schedule to the current Premium Cluster Cache. 
 | 
RedisCache.Update | 
RedisCache.Update.withPatchSchedule(List<ScheduleEntry> scheduleEntry)
Adds Patch schedule to the current Premium Cluster Cache. 
 | 
RedisCache.Update | 
RedisCache.Update.withPatchSchedule(ScheduleEntry scheduleEntry)
Adds Patch schedule to the current Premium Cluster Cache. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithSku.withPremiumSku()
Updates Redis Cache to Premium sku. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithSku.withPremiumSku(int capacity)
Updates Redis Cache to Premium sku with new capacity. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(Map<String,String> redisConfiguration)
All Redis Settings. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithRedisConfiguration.withRedisConfiguration(String key,
                      String value)
Specifies Redis Setting. 
 | 
RedisCache.Update | 
RedisCache.Update.withShardCount(int shardCount)
The number of shards to be created on a Premium Cluster Cache. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithSku.withStandardSku()
Updates Redis Cache to Standard sku. 
 | 
RedisCache.Update | 
RedisCache.UpdateStages.WithSku.withStandardSku(int capacity)
Updates Redis Cache to Standard sku with new capacity. 
 | 
Copyright © 2019. All rights reserved.