Share via


IpFirewallRuleInfo Constructors

Definition

Overloads

IpFirewallRuleInfo()

Initializes a new instance of the IpFirewallRuleInfo class.

IpFirewallRuleInfo(String, String, String)

Initializes a new instance of the IpFirewallRuleInfo class.

IpFirewallRuleInfo()

Initializes a new instance of the IpFirewallRuleInfo class.

public IpFirewallRuleInfo ();
Public Sub New ()

Applies to

IpFirewallRuleInfo(String, String, String)

Initializes a new instance of the IpFirewallRuleInfo class.

public IpFirewallRuleInfo (string endIpAddress = default, string provisioningState = default, string startIpAddress = default);
new Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo : string * string * string -> Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo
Public Sub New (Optional endIpAddress As String = Nothing, Optional provisioningState As String = Nothing, Optional startIpAddress As String = Nothing)

Parameters

endIpAddress
String

The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress

provisioningState
String

Resource provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Deleting', 'Failed', 'DeleteError'

startIpAddress
String

The start IP address of the firewall rule. Must be IPv4 format

Applies to