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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java