Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallDisabledRuleGroup
-
Packages that use ApplicationGatewayFirewallDisabledRuleGroup Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayFirewallDisabledRuleGroup in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFirewallDisabledRuleGroup Modifier and Type Method Description ApplicationGatewayFirewallDisabledRuleGroupApplicationGatewayFirewallDisabledRuleGroup. withRuleGroupName(String ruleGroupName)Set the ruleGroupName property: The name of the rule group that will be disabled.ApplicationGatewayFirewallDisabledRuleGroupApplicationGatewayFirewallDisabledRuleGroup. withRules(List<Integer> rules)Set the rules property: The list of rules that will be disabled.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayFirewallDisabledRuleGroup Modifier and Type Method Description List<ApplicationGatewayFirewallDisabledRuleGroup>ApplicationGatewayWebApplicationFirewallConfiguration. disabledRuleGroups()Get the disabledRuleGroups property: The disabled rule groups.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayFirewallDisabledRuleGroup Modifier and Type Method Description ApplicationGatewayWebApplicationFirewallConfigurationApplicationGatewayWebApplicationFirewallConfiguration. withDisabledRuleGroups(List<ApplicationGatewayFirewallDisabledRuleGroup> disabledRuleGroups)Set the disabledRuleGroups property: The disabled rule groups.
-