ApplicationGatewayFirewallRule 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 |
|---|---|
| ApplicationGatewayFirewallRule(Boolean) |
Initializes a new instance of the ApplicationGatewayFirewallRule class. |
| ApplicationGatewayFirewallRule(Int32) |
Initializes a new instance of the ApplicationGatewayFirewallRule class. |
ApplicationGatewayFirewallRule(Boolean)
Initializes a new instance of the ApplicationGatewayFirewallRule class.
protected ApplicationGatewayFirewallRule(bool _);
new Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule : bool -> Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule
Protected Sub New (_ As Boolean)
Parameters
- _
- Boolean
Applies to
ApplicationGatewayFirewallRule(Int32)
Initializes a new instance of the ApplicationGatewayFirewallRule class.
public ApplicationGatewayFirewallRule(int ruleId);
new Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule : int -> Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule
Public Sub New (ruleId As Integer)
Parameters
- ruleId
- Int32
The identifier of the web application firewall rule.