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.Sql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallRuleArgs : ResourceArgs

Constructors

View Source

FirewallRuleArgs()

Declaration
public FirewallRuleArgs()

Properties

View Source

EndIpAddress

The ending IP address to allow through the firewall for this rule.

Declaration
public Input<string> EndIpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the firewall rule.

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 to create the sql server.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerName

The name of the SQL Server on which to create the Firewall Rule.

Declaration
public Input<string> ServerName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StartIpAddress

The starting IP address to allow through the firewall for this rule.

Declaration
public Input<string> StartIpAddress { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.