public static interface RedisCache.DefinitionStages.WithCreate extends com.microsoft.azure.management.resources.fluentcore.model.Creatable<RedisCache>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<RedisCache.DefinitionStages.WithCreate>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
withNonSslPort()
Enables non-ssl Redis server port (6379).
|
RedisCache.DefinitionStages.WithCreate |
withRedisConfiguration(Map<String,String> redisConfiguration)
All Redis Settings.
|
RedisCache.DefinitionStages.WithCreate |
withRedisConfiguration(String key,
String value)
Specifies Redis Setting.
|
create, createAsync, createAsynckeyRedisCache.DefinitionStages.WithCreate withNonSslPort()
RedisCache.DefinitionStages.WithCreate withRedisConfiguration(Map<String,String> redisConfiguration)
redisConfiguration - configuration of Redis Cache as a map indexed by configuration nameRedisCache.DefinitionStages.WithCreate withRedisConfiguration(String key, String value)
key - Redis configuration name.value - Redis configuration value.@Beta(value=V1_12_0) RedisCache.DefinitionStages.WithCreate withFirewallRule(String name, String lowestIp, String highestIp)
name - name of the rule.lowestIp - lowest IP address included in the range.highestIp - highest IP address included in the range.@Beta(value=V1_12_0) RedisCache.DefinitionStages.WithCreate withFirewallRule(RedisFirewallRule rule)
rule - firewall rule that specifies name, lowest and highest IP address included in the range of permitted IP addresses.@Beta(value=V1_12_0) RedisCache.DefinitionStages.WithCreate withMinimumTlsVersion(TlsVersion tlsVersion)
tlsVersion - minimum TLS version./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/