Class FirewallRuleState
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.PostgreSql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallRuleState : ResourceArgs
Constructors
View SourceFirewallRuleState()
Declaration
public FirewallRuleState()
Properties
View SourceEndIpAddress
Specifies the End IP Address associated with this Firewall Rule. Changing this forces a new resource to be created.
Declaration
public Input<string> EndIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the PostgreSQL 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> |
ResourceGroupName
The name of the resource group in which the PostgreSQL Server exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerName
Specifies the name of the PostgreSQL Server. Changing this forces a new resource to be created.
Declaration
public Input<string> ServerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartIpAddress
Specifies the Start IP Address associated with this Firewall Rule. Changing this forces a new resource to be created.
Declaration
public Input<string> StartIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |