RedisFirewallRule Class

Definition

A firewall rule on a redis cache has a name, and describes a contiguous range of IP addresses permitted to connect

[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisFirewallRule : Microsoft.Azure.Management.Redis.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisFirewallRule = class
    inherit ProxyResource
Public Class RedisFirewallRule
Inherits ProxyResource
Inheritance
RedisFirewallRule
Derived
Attributes

Constructors

RedisFirewallRule()

Initializes a new instance of the RedisFirewallRule class.

RedisFirewallRule(String, String, String, String, String)

Initializes a new instance of the RedisFirewallRule class.

Properties

EndIP

Gets or sets highest IP address included in the range

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
StartIP

Gets or sets lowest IP address included in the range

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to