Uses of Class
com.azure.resourcemanager.redis.fluent.models.RedisFirewallRuleProperties
Packages that use RedisFirewallRuleProperties
Package
Description
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 RedisFirewallRulePropertiesModifier and TypeMethodDescriptionstatic RedisFirewallRuleProperties
RedisFirewallRuleProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RedisFirewallRuleProperties from the JsonReader.Set the endIp property: highest IP address included in the range.RedisFirewallRuleProperties.withStartIp
(String startIp) Set the startIp property: lowest IP address included in the range.