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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.