Class FirewallRuleArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Redis
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallRuleArgs : ResourceArgs
Constructors
View SourceFirewallRuleArgs()
Declaration
public FirewallRuleArgs()
Properties
View SourceEndIp
The highest IP address included in the range.
Declaration
public Input<string> EndIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Firewall Rule. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RedisCacheName
The name of the Redis Cache. Changing this forces a new resource to be created.
Declaration
public Input<string> RedisCacheName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which this Redis Cache exists.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartIp
The lowest IP address included in the range
Declaration
public Input<string> StartIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |