Share via


CreateFirewallRuleWithAccountParameters Constructors

Definition

Overloads

CreateFirewallRuleWithAccountParameters()

Initializes a new instance of the CreateFirewallRuleWithAccountParameters class.

CreateFirewallRuleWithAccountParameters(String, String, String)

Initializes a new instance of the CreateFirewallRuleWithAccountParameters class.

CreateFirewallRuleWithAccountParameters()

Initializes a new instance of the CreateFirewallRuleWithAccountParameters class.

public CreateFirewallRuleWithAccountParameters();
Public Sub New ()

Applies to

CreateFirewallRuleWithAccountParameters(String, String, String)

Initializes a new instance of the CreateFirewallRuleWithAccountParameters class.

public CreateFirewallRuleWithAccountParameters(string name, string startIpAddress, string endIpAddress);
new Microsoft.Azure.Management.DataLake.Analytics.Models.CreateFirewallRuleWithAccountParameters : string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.CreateFirewallRuleWithAccountParameters
Public Sub New (name As String, startIpAddress As String, endIpAddress As String)

Parameters

name
System.String

The unique name of the firewall rule to create.

startIpAddress
System.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
System.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