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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java