你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 endIp value.

abstract String name()

Get the name value.

abstract 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