次の方法で共有


IUpdateBeta.WithFirewallRule メソッド

定義

オーバーロード

WithFirewallRule(IRedisFirewallRule)

キャッシュへの接続が許可されている IP アドレスの範囲を使用して、Redis Cache ファイアウォール規則を作成または更新します。

WithFirewallRule(String, String, String)

キャッシュへの接続が許可されている IP アドレスの範囲を使用して、Redis Cache ファイアウォール規則を作成または更新します。

WithFirewallRule(IRedisFirewallRule)

キャッシュへの接続が許可されている IP アドレスの範囲を使用して、Redis Cache ファイアウォール規則を作成または更新します。

public Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate 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.Update.IUpdate
Public Function WithFirewallRule (rule As IRedisFirewallRule) As IUpdate

パラメーター

rule
IRedisFirewallRule

許可された IP アドレスの範囲に含まれる名前、最小および最高の IP アドレスを指定するファイアウォール規則。

戻り値

適用対象

WithFirewallRule(String, String, String)

キャッシュへの接続が許可されている IP アドレスの範囲を使用して、Redis Cache ファイアウォール規則を作成または更新します。

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

パラメーター

name
String

ルールの名前。

lowestIp
String

範囲に含まれる最も低い IP アドレス。

highestIp
String

範囲に含まれる最大 IP アドレス。

戻り値

適用対象