Sdílet prostřednictvím


IpFirewallRuleProperties Constructors

Definition

Overloads

IpFirewallRuleProperties()

Initializes a new instance of the IpFirewallRuleProperties class.

IpFirewallRuleProperties(String, String, String)

Initializes a new instance of the IpFirewallRuleProperties class.

IpFirewallRuleProperties()

Initializes a new instance of the IpFirewallRuleProperties class.

public IpFirewallRuleProperties ();
Public Sub New ()

Applies to

IpFirewallRuleProperties(String, String, String)

Initializes a new instance of the IpFirewallRuleProperties class.

public IpFirewallRuleProperties (string endIpAddress = default, string provisioningState = default, string startIpAddress = default);
new Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleProperties : string * string * string -> Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleProperties
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