Show / Hide Table of Contents

Class FirewallRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FirewallRuleArgs
Inherited Members
ResourceArgs.Empty
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 FirewallRuleArgs : ResourceArgs

Constructors

View Source

FirewallRuleArgs()

Declaration
public FirewallRuleArgs()

Properties

View Source

EndIpAddress

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.