Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRule
-
Packages that use ApplicationGatewayFirewallRule Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayFirewallRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFirewallRule Modifier and Type Method Description ApplicationGatewayFirewallRuleApplicationGatewayFirewallRule. withDescription(String description)Set the description property: The description of the web application firewall rule.ApplicationGatewayFirewallRuleApplicationGatewayFirewallRule. withRuleId(int ruleId)Set the ruleId property: The identifier of the web application firewall rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayFirewallRule Modifier and Type Method Description List<ApplicationGatewayFirewallRule>ApplicationGatewayFirewallRuleGroup. rules()Get the rules property: The rules of the web application firewall rule group.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayFirewallRule Modifier and Type Method Description ApplicationGatewayFirewallRuleGroupApplicationGatewayFirewallRuleGroup. withRules(List<ApplicationGatewayFirewallRule> rules)Set the rules property: The rules of the web application firewall rule group.
-