ArmNetworkModelFactory.ApplicationGatewayFirewallRuleGroup 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.ApplicationGatewayFirewallRuleGroup ApplicationGatewayFirewallRuleGroup(string ruleGroupName = default, string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule> rules = default);
static member ApplicationGatewayFirewallRuleGroup : string * string * seq<Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRule> -> Azure.ResourceManager.Network.Models.ApplicationGatewayFirewallRuleGroup
Public Shared Function ApplicationGatewayFirewallRuleGroup (Optional ruleGroupName As String = Nothing, Optional description As String = Nothing, Optional rules As IEnumerable(Of ApplicationGatewayFirewallRule) = Nothing) As ApplicationGatewayFirewallRuleGroup
Parameters
- ruleGroupName
- String
The name of the web application firewall rule group.
- description
- String
The description of the web application firewall rule group.
The rules of the web application firewall rule group.
Returns
A new ApplicationGatewayFirewallRuleGroup instance for mocking.