| Modifier and Type | Interface and Description |
|---|---|
static interface |
RedisCache.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
RedisCache.DefinitionStages.WithPremiumSkuCreate
A Redis Cache definition with Premium Sku specific functionality.
|
| Modifier and Type | Method and Description |
|---|---|
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,
org.joda.time.Period maintenanceWindow)
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.withPatchSchedule(ScheduleEntry scheduleEntry)
Patch schedule on a Premium Cluster Cache.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(Map<String,String> redisConfiguration)
All Redis Settings.
|
RedisCache.DefinitionStages.WithCreate |
RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(String key,
String value)
Specifies Redis Setting.
|
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(com.microsoft.azure.management.resources.fluentcore.arm.models.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/