Sdílet prostřednictvím


RedisFirewallRuleProperties Constructors

Definition

Overloads

RedisFirewallRuleProperties()

Initializes a new instance of the RedisFirewallRuleProperties class.

RedisFirewallRuleProperties(String, String)

Initializes a new instance of the RedisFirewallRuleProperties class.

RedisFirewallRuleProperties()

Initializes a new instance of the RedisFirewallRuleProperties class.

public RedisFirewallRuleProperties ();
Public Sub New ()

Applies to

RedisFirewallRuleProperties(String, String)

Initializes a new instance of the RedisFirewallRuleProperties class.

public RedisFirewallRuleProperties (string startIP, string endIP);
new Microsoft.Azure.Management.RedisCache.Models.RedisFirewallRuleProperties : string * string -> Microsoft.Azure.Management.RedisCache.Models.RedisFirewallRuleProperties
Public Sub New (startIP As String, endIP As String)

Parameters

startIP
String

lowest IP address included in the range

endIP
String

highest IP address included in the range

Applies to