Aracılığıyla paylaş


UpdateFirewallRuleParameters Constructors

Definition

Overloads

UpdateFirewallRuleParameters()

Initializes a new instance of the UpdateFirewallRuleParameters class.

UpdateFirewallRuleParameters(String, String)

Initializes a new instance of the UpdateFirewallRuleParameters class.

UpdateFirewallRuleParameters()

Initializes a new instance of the UpdateFirewallRuleParameters class.

public UpdateFirewallRuleParameters ();
Public Sub New ()

Applies to

UpdateFirewallRuleParameters(String, String)

Initializes a new instance of the UpdateFirewallRuleParameters class.

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

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