RedisFirewallRuleCreateParametersInner Class
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.
Parameters required for creating a firewall rule on redis cache.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisFirewallRuleCreateParametersInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisFirewallRuleCreateParametersInner = class
Public Class RedisFirewallRuleCreateParametersInner
- Inheritance
-
RedisFirewallRuleCreateParametersInner
- Attributes
Constructors
RedisFirewallRuleCreateParametersInner() |
Initializes a new instance of the RedisFirewallRuleCreateParametersInner class. |
RedisFirewallRuleCreateParametersInner(String, String) |
Initializes a new instance of the RedisFirewallRuleCreateParametersInner class. |
Properties
EndIP |
Gets or sets highest IP address included in the range |
StartIP |
Gets or sets lowest IP address included in the range |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET