RedisFirewallRule Interface
Implements
ExternalChildResource<RedisFirewallRule,RedisCache>
HasInner<com.microsoft.azure.management.redis.implementation.RedisFirewallRuleInner>
public interface RedisFirewallRule
extends ExternalChildResource<RedisFirewallRule,RedisCache>, HasInner<com.microsoft.azure.management.redis.implementation.RedisFirewallRuleInner>
The Azure Redis Firewall rule entries are of type RedisFirewallRule.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
endIP()
Get the endIP value. |
abstract java.lang.String |
name()
Get the name value. |
abstract java.lang.String |
startIP()
Get the startIP value. |
Method Details
endIP
public abstract String endIP()
Get the endIP value.
Returns:
the endIP value
name
public abstract String name()
Get the name value.
Returns:
the name value
startIP
public abstract String startIP()
Get the startIP value.
Returns:
the startIP value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java