CreateOrUpdateFirewallRuleParameters Constructors

Definition

Overloads

CreateOrUpdateFirewallRuleParameters()

Initializes a new instance of the CreateOrUpdateFirewallRuleParameters class.

CreateOrUpdateFirewallRuleParameters(String, String)

Initializes a new instance of the CreateOrUpdateFirewallRuleParameters class.

CreateOrUpdateFirewallRuleParameters()

Initializes a new instance of the CreateOrUpdateFirewallRuleParameters class.

C#
public CreateOrUpdateFirewallRuleParameters();

Applies to

Azure SDK for .NET Legacy
Produk Versi
Azure SDK for .NET Legacy

CreateOrUpdateFirewallRuleParameters(String, String)

Initializes a new instance of the CreateOrUpdateFirewallRuleParameters class.

C#
public CreateOrUpdateFirewallRuleParameters(string startIpAddress, string endIpAddress);

Parameters

startIpAddress
String

The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

endIpAddress
String

The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

Applies to

Azure SDK for .NET Legacy
Produk Versi
Azure SDK for .NET Legacy