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

IWithCreateBeta.WithFirewallRule 方法

定义

重载

WithFirewallRule(IRedisFirewallRule)

使用允许连接到缓存的 IP 地址范围创建 Redis 缓存防火墙规则。

WithFirewallRule(String, String, String)

使用允许连接到缓存的 IP 地址范围创建 Redis 缓存防火墙规则。

WithFirewallRule(IRedisFirewallRule)

使用允许连接到缓存的 IP 地址范围创建 Redis 缓存防火墙规则。

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate WithFirewallRule (Microsoft.Azure.Management.Redis.Fluent.Models.IRedisFirewallRule rule);
abstract member WithFirewallRule : Microsoft.Azure.Management.Redis.Fluent.Models.IRedisFirewallRule -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate
Public Function WithFirewallRule (rule As IRedisFirewallRule) As IWithCreate

参数

rule
IRedisFirewallRule

防火墙规则,指定允许的 IP 地址范围中包含的名称、最低和最高 IP 地址。

返回

适用于

WithFirewallRule(String, String, String)

使用允许连接到缓存的 IP 地址范围创建 Redis 缓存防火墙规则。

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate WithFirewallRule (string name, string lowestIp, string highestIp);
abstract member WithFirewallRule : string * string * string -> Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate
Public Function WithFirewallRule (name As String, lowestIp As String, highestIp As String) As IWithCreate

参数

name
String

规则名称。

lowestIp
String

范围中包含的最低 IP 地址。

highestIp
String

范围中包含的最高 IP 地址。

返回

适用于