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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java