Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallDisabledRuleGroup
Packages that use ApplicationGatewayFirewallDisabledRuleGroup
Package
Description
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 ApplicationGatewayFirewallDisabledRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallDisabledRuleGroup.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayFirewallDisabledRuleGroup from the JsonReader.ApplicationGatewayFirewallDisabledRuleGroup.withRuleGroupName(String ruleGroupName) Set the ruleGroupName property: The name of the rule group that will be disabled.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 ApplicationGatewayFirewallDisabledRuleGroupModifier and TypeMethodDescriptionApplicationGatewayWebApplicationFirewallConfiguration.disabledRuleGroups()Get the disabledRuleGroups property: The disabled rule groups.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayFirewallDisabledRuleGroupModifier and TypeMethodDescriptionApplicationGatewayWebApplicationFirewallConfiguration.withDisabledRuleGroups(List<ApplicationGatewayFirewallDisabledRuleGroup> disabledRuleGroups) Set the disabledRuleGroups property: The disabled rule groups.