RedisFirewallRuleProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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