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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewayFirewallRuleModifier and TypeClassDescriptionfinal classA web application firewall rule.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFirewallRuleModifier and TypeMethodDescriptionApplicationGatewayFirewallRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayFirewallRule from the JsonReader.ApplicationGatewayFirewallRule.withAction(ApplicationGatewayWafRuleActionTypes action) Set the action property: The string representation of the web application firewall rule action.ApplicationGatewayFirewallRule.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.ApplicationGatewayFirewallRule.withRuleIdString(String ruleIdString) Set the ruleIdString property: The string representation of the web application firewall rule identifier.ApplicationGatewayFirewallRule.withSensitivity(ApplicationGatewayWafRuleSensitivityTypes sensitivity) Set the sensitivity property: The string representation of the web application firewall rule sensitivity.ApplicationGatewayFirewallRule.withState(ApplicationGatewayWafRuleStateTypes state) Set the state property: The string representation of the web application firewall rule state.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.