Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisFirewallRuleProperties
-
Packages that use RedisFirewallRuleProperties Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient. -
-
Uses of RedisFirewallRuleProperties in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return RedisFirewallRuleProperties Modifier and Type Method Description RedisFirewallRulePropertiesRedisFirewallRuleProperties. withEndIp(String endIp)Set the endIp property: highest IP address included in the range.RedisFirewallRulePropertiesRedisFirewallRuleProperties. withStartIp(String startIp)Set the startIp property: lowest IP address included in the range.
-