Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayFirewallRule
Packages that use ApplicationGatewayFirewallRule
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayFirewallRule in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ApplicationGatewayFirewallRuleModifier and TypeMethodDescriptionApplicationGatewayFirewallRule.withDescription
(String description) Set the description of the web application firewall rule.ApplicationGatewayFirewallRule.withRuleId
(int ruleId) Set the identifier of the web application firewall rule.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayFirewallRuleModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleGroup.rules()
Get the rules of the web application firewall rule group.Method parameters in com.microsoft.azure.management.network with type arguments of type ApplicationGatewayFirewallRuleModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleGroup.withRules
(List<ApplicationGatewayFirewallRule> rules) Set the rules of the web application firewall rule group.