Aracılığıyla paylaş


ApplicationGatewayFirewallRule Constructors

Definition

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