Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup
Packages that use ApplicationGatewayFirewallDisabledRuleGroup
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayFirewallDisabledRuleGroup in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayFirewallDisabledRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallDisabledRuleGroup.withRuleGroupName
(String ruleGroupName) Set the name of the rule group that will be disabled.Set the list of rules that will be disabled.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayFirewallDisabledRuleGroupModifier and TypeMethodDescriptionApplicationGatewayWebApplicationFirewallConfiguration.disabledRuleGroups()
Get the disabled rule groups.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayFirewallDisabledRuleGroupModifier and TypeMethodDescriptionApplicationGatewayWebApplicationFirewallConfiguration.withDisabledRuleGroups
(List<ApplicationGatewayFirewallDisabledRuleGroup> disabledRuleGroups) Set the disabled rule groups.