Share via


RedisFirewallRule Constructor

Definition

Initializes a new instance of the RedisFirewallRule.

public RedisFirewallRule (Azure.Provisioning.IConstruct scope, string? startIpAddress = default, string? endIpAddress = default, Azure.Provisioning.Redis.RedisCache? parent = default, string name = "fw", string version = "2023-08-01");
new Azure.Provisioning.Redis.RedisFirewallRule : Azure.Provisioning.IConstruct * string * string * Azure.Provisioning.Redis.RedisCache * string * string -> Azure.Provisioning.Redis.RedisFirewallRule
Public Sub New (scope As IConstruct, Optional startIpAddress As String = Nothing, Optional endIpAddress As String = Nothing, Optional parent As RedisCache = Nothing, Optional name As String = "fw", Optional version As String = "2023-08-01")

Parameters

scope
IConstruct

The scope.

startIpAddress
String

The start IP address.

endIpAddress
String

The end IP address.

parent
RedisCache

The parent.

name
String

The name.

version
String

The version.

Applies to