ArmNetworkModelFactory.ApplicationGatewayFirewallDisabledRuleGroup Method
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.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallDisabledRuleGroup ApplicationGatewayFirewallDisabledRuleGroup(string ruleGroupName = default, System.Collections.Generic.IEnumerable<int> rules = default);
static member ApplicationGatewayFirewallDisabledRuleGroup : string * seq<int> -> Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallDisabledRuleGroup
Public Shared Function ApplicationGatewayFirewallDisabledRuleGroup (Optional ruleGroupName As String = Nothing, Optional rules As IEnumerable(Of Integer) = Nothing) As ApplicationGatewayFirewallDisabledRuleGroup
Parameters
- ruleGroupName
- String
The name of the rule group that will be disabled.
- rules
- IEnumerable<Int32>
The list of rules that will be disabled. If null, all rules of the rule group will be disabled.
Returns
A new ApplicationGatewayFirewallDisabledRuleGroup instance for mocking.