RedisFirewallRule Interface
Implements
public interface RedisFirewallRule
extends ExternalChildResource<RedisFirewallRule,RedisCache>, HasInnerModel<RedisFirewallRuleInner>
The Azure Redis Firewall rule entries are of type RedisFirewallRule.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
endIp()
Get the end |
abstract String |
name()
Get the name value. |
abstract String |
startIp()
Get the start |
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