Uses of Interface
com.microsoft.azure.management.redis.RedisFirewallRule
-
-
Uses of RedisFirewallRule in com.microsoft.azure.management.redis
Methods in com.microsoft.azure.management.redis that return types with arguments of type RedisFirewallRule Modifier and Type Method Description Map<String,RedisFirewallRule>RedisCache. firewallRules()Methods in com.microsoft.azure.management.redis with parameters of type RedisFirewallRule Modifier and Type Method Description RedisCache.DefinitionStages.WithCreateRedisCache.DefinitionStages.WithCreate. withFirewallRule(RedisFirewallRule rule)Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.RedisCache.UpdateRedisCache.Update. withFirewallRule(RedisFirewallRule rule)Creates or updates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.
-