IPv4FirewallRule 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
IPv4FirewallRule() |
Initializes a new instance of the IPv4FirewallRule class. |
IPv4FirewallRule(String, String, String) |
Initializes a new instance of the IPv4FirewallRule class. |
IPv4FirewallRule()
Initializes a new instance of the IPv4FirewallRule class.
public IPv4FirewallRule ();
Public Sub New ()
Applies to
IPv4FirewallRule(String, String, String)
Initializes a new instance of the IPv4FirewallRule class.
public IPv4FirewallRule (string firewallRuleName = default, string rangeStart = default, string rangeEnd = default);
new Microsoft.Azure.Management.Analysis.Models.IPv4FirewallRule : string * string * string -> Microsoft.Azure.Management.Analysis.Models.IPv4FirewallRule
Public Sub New (Optional firewallRuleName As String = Nothing, Optional rangeStart As String = Nothing, Optional rangeEnd As String = Nothing)
Parameters
- firewallRuleName
- String
The rule name.
- rangeStart
- String
The start range of IPv4.
- rangeEnd
- String
The end range of IPv4.