| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent |
Package containing the service clients for RedisManagementClient.
|
| com.azure.resourcemanager.redis.fluent.models |
Package containing the inner data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFirewallRuleInner |
FirewallRulesClient.createOrUpdate(String resourceGroupName,
String cacheName,
String ruleName,
RedisFirewallRuleCreateParameters parameters)
Create or update a redis cache firewall rule.
|
RedisFirewallRuleInner |
FirewallRulesClient.get(String resourceGroupName,
String cacheName,
String ruleName)
Gets a single firewall rule in a specified redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFirewallRuleInner |
RedisFirewallRuleInner.withEndIp(String endIp)
Set the endIp property: highest IP address included in the range.
|
RedisFirewallRuleInner |
RedisFirewallRuleInner.withStartIp(String startIp)
Set the startIp property: lowest IP address included in the range.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.