RedisFirewallRuleCreateParametersInner Class

Definition

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