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
ApplicationGatewayFirewallRule() |
Initializes a new instance of the ApplicationGatewayFirewallRule class. |
ApplicationGatewayFirewallRule(Int32, String) |
Initializes a new instance of the ApplicationGatewayFirewallRule class. |
ApplicationGatewayFirewallRule()
Initializes a new instance of the ApplicationGatewayFirewallRule class.
public ApplicationGatewayFirewallRule ();
Public Sub New ()
Applies to
ApplicationGatewayFirewallRule(Int32, String)
Initializes a new instance of the ApplicationGatewayFirewallRule class.
public ApplicationGatewayFirewallRule (int ruleId, string description = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFirewallRule : int * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFirewallRule
Public Sub New (ruleId As Integer, Optional description As String = Nothing)
Parameters
- ruleId
- Int32
The identifier of the web application firewall rule.
- description
- String
The description of the web application firewall rule.
Applies to
Azure SDK for .NET