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.Sql
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FirewallRuleState : ResourceArgs
Constructors
View SourceFirewallRuleState()
Declaration
public FirewallRuleState()
Properties
View SourceEndIpAddress
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> |
Name
The name of the firewall rule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |