Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRule
Packages that use ApplicationGatewayFirewallRule
Package
Description
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 ApplicationGatewayFirewallRuleModifier and TypeMethodDescriptionApplicationGatewayFirewallRule.withDescription(String description) Set the description property: The description of the web application firewall rule.ApplicationGatewayFirewallRule.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 ApplicationGatewayFirewallRuleModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleGroup.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 ApplicationGatewayFirewallRuleModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleGroup.withRules(List<ApplicationGatewayFirewallRule> rules) Set the rules property: The rules of the web application firewall rule group.