FirewallPolicyRule Constructors

Definition

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.ConstructorCompatibility.cs
Source:
FirewallPolicyRule.cs

Initializes a new instance of the FirewallPolicyRule class.

protected FirewallPolicyRule();
Protected Sub New ()

Applies to

FirewallPolicyRule(Boolean)

Source:
FirewallPolicyRule.EffectiveSealCompatibility.cs

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

Applies to