UpdateFirewallRuleParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Store.Models.UpdateFirewallRuleParameters : string * string -> Microsoft.Azure.Management.DataLake.Store.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
Azure SDK for .NET