RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithSku.withBasicSku() |
Specifies the Basic sku of the Redis Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithSku.withBasicSku(int capacity) |
Specifies the Basic sku of the Redis Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withFirewallRule(RedisFirewallRule rule) |
Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withFirewallRule(String name,
String lowestIp,
String highestIp) |
Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withMinimumTlsVersion(TlsVersion tlsVersion) |
Requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withNonSslPort() |
Enables non-ssl Redis server port (6379).
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc) |
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek,
int startHourUtc,
Duration maintenanceWindow) |
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withPatchSchedule(ScheduleEntry scheduleEntry) |
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withPatchSchedule(List<ScheduleEntry> scheduleEntry) |
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(RedisConfiguration redisConfiguration) |
Specifies Redis Setting.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(String key,
String value) |
Specifies Redis Setting.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(Map<String,String> redisConfiguration) |
All Redis Settings.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withRedisVersion(RedisCache.RedisVersion redisVersion) |
Explicitly specify the Redis version to create with
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithSku.withStandardSku() |
Specifies the Standard Sku of the Redis Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithSku.withStandardSku(int capacity) |
Specifies the Standard sku of the Redis Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithPremiumSkuCreate.withStaticIp(String staticIp) |
Sets Redis Cache static IP.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithPremiumSkuCreate.withSubnet(HasId network,
String subnetName) |
Assigns the specified subnet to this instance of Redis Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithPremiumSkuCreate.withSubnet(String subnetId) |
Assigns the specified subnet to this instance of Redis Cache.
|