FirewallPolicyRule 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
| Name | Description |
|---|---|
| FirewallPolicyRule() |
Initializes a new instance of the FirewallPolicyRule class. |
| FirewallPolicyRule(Boolean) |
Initializes a new instance of the FirewallPolicyRule class. |
FirewallPolicyRule()
- Source:
- FirewallPolicyRule.cs
Initializes a new instance of the FirewallPolicyRule class.
protected FirewallPolicyRule();
Protected Sub New ()
Applies to
FirewallPolicyRule(Boolean)
Initializes a new instance of the FirewallPolicyRule class.
protected FirewallPolicyRule(bool _);
new Azure.ResourceManager.Network.Models.FirewallPolicyRule : bool -> Azure.ResourceManager.Network.Models.FirewallPolicyRule
Protected Sub New (_ As Boolean)
Parameters
- _
- Boolean