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 ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

IpFirewallRuleInfo(String, String, String)

Initializes a new instance of the IpFirewallRuleInfo class.

public IpFirewallRuleInfo (string endIpAddress = default, string provisioningState = default, string startIpAddress = default);

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

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy