UpdateFirewallRuleWithAccountParameters 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
UpdateFirewallRuleWithAccountParameters() |
Initializes a new instance of the UpdateFirewallRuleWithAccountParameters class. |
UpdateFirewallRuleWithAccountParameters(String, String, String) |
Initializes a new instance of the UpdateFirewallRuleWithAccountParameters class. |
UpdateFirewallRuleWithAccountParameters()
Initializes a new instance of the UpdateFirewallRuleWithAccountParameters class.
public UpdateFirewallRuleWithAccountParameters ();
Public Sub New ()
Applies to
UpdateFirewallRuleWithAccountParameters(String, String, String)
Initializes a new instance of the UpdateFirewallRuleWithAccountParameters class.
public UpdateFirewallRuleWithAccountParameters (string name, string startIpAddress = default, string endIpAddress = default);
new Microsoft.Azure.Management.DataLake.Store.Models.UpdateFirewallRuleWithAccountParameters : string * string * string -> Microsoft.Azure.Management.DataLake.Store.Models.UpdateFirewallRuleWithAccountParameters
Public Sub New (name As String, Optional startIpAddress As String = Nothing, Optional endIpAddress As String = Nothing)
Parameters
- name
- String
The unique name of the firewall rule to update.
- 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