ApplicationGatewayFirewallDisabledRuleGroup 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
ApplicationGatewayFirewallDisabledRuleGroup() |
Initializes a new instance of the ApplicationGatewayFirewallDisabledRuleGroup class. |
ApplicationGatewayFirewallDisabledRuleGroup(String, IList<Int32>) |
Initializes a new instance of the ApplicationGatewayFirewallDisabledRuleGroup class. |
ApplicationGatewayFirewallDisabledRuleGroup()
Initializes a new instance of the ApplicationGatewayFirewallDisabledRuleGroup class.
public ApplicationGatewayFirewallDisabledRuleGroup ();
Public Sub New ()
Applies to
ApplicationGatewayFirewallDisabledRuleGroup(String, IList<Int32>)
Initializes a new instance of the ApplicationGatewayFirewallDisabledRuleGroup class.
public ApplicationGatewayFirewallDisabledRuleGroup (string ruleGroupName, System.Collections.Generic.IList<int> rules = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallDisabledRuleGroup : string * System.Collections.Generic.IList<int> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayFirewallDisabledRuleGroup
Public Sub New (ruleGroupName As String, Optional rules As IList(Of Integer) = Nothing)
Parameters
- ruleGroupName
- String
The name of the rule group that will be disabled.
The list of rules that will be disabled. If null, all rules of the rule group will be disabled.
Applies to
Azure SDK for .NET