| Modifier and Type | Method and Description |
|---|---|
Map<String,RedisFirewallRule> |
RedisCache.firewallRules() |
| Modifier and Type | Method and Description |
|---|---|
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.Update |
RedisCache.Update.withFirewallRule(RedisFirewallRule rule)
Creates or updates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/