ApplicationGatewayFirewallRuleGroup 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
ApplicationGatewayFirewallRuleGroup() |
Initializes a new instance of the ApplicationGatewayFirewallRuleGroup class. |
ApplicationGatewayFirewallRuleGroup(String, IList<ApplicationGatewayFirewallRule>, String) |
Initializes a new instance of the ApplicationGatewayFirewallRuleGroup class. |
ApplicationGatewayFirewallRuleGroup()
Initializes a new instance of the ApplicationGatewayFirewallRuleGroup class.
public ApplicationGatewayFirewallRuleGroup ();
Public Sub New ()
Applies to
ApplicationGatewayFirewallRuleGroup(String, IList<ApplicationGatewayFirewallRule>, String)
Initializes a new instance of the ApplicationGatewayFirewallRuleGroup class.
public ApplicationGatewayFirewallRuleGroup (string ruleGroupName, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFirewallRule> rules, string description = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFirewallRuleGroup : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFirewallRule> * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayFirewallRuleGroup
Public Sub New (ruleGroupName As String, rules As IList(Of ApplicationGatewayFirewallRule), Optional description As String = Nothing)
Parameters
- ruleGroupName
- String
The name of the web application firewall rule group.
The rules of the web application firewall rule group.
- description
- String
The description of the web application firewall rule group.
Applies to
Azure SDK for .NET