Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup
Packages that use ApplicationGatewayFirewallRuleGroup
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayFirewallRuleGroup in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayFirewallRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleGroup.withDescription
(String description) Set the description of the web application firewall rule group.ApplicationGatewayFirewallRuleGroup.withRuleGroupName
(String ruleGroupName) Set the name of the web application firewall rule group.ApplicationGatewayFirewallRuleGroup.withRules
(List<ApplicationGatewayFirewallRule> rules) Set the rules of the web application firewall rule group.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayFirewallRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleSet.ruleGroups()
Get the rule groups of the web application firewall rule set.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayFirewallRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleSet.withRuleGroups
(List<ApplicationGatewayFirewallRuleGroup> ruleGroups) Set the rule groups of the web application firewall rule set.