Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleGroup
-
Packages that use ApplicationGatewayFirewallRuleGroup Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayFirewallRuleGroup in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayFirewallRuleGroup Modifier and Type Method Description List<ApplicationGatewayFirewallRuleGroup>ApplicationGatewayFirewallRuleSetPropertiesFormat. ruleGroups()Get the ruleGroups property: The rule groups of the web application firewall rule set.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayFirewallRuleGroup Modifier and Type Method Description ApplicationGatewayFirewallRuleSetPropertiesFormatApplicationGatewayFirewallRuleSetPropertiesFormat. withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)Set the ruleGroups property: The rule groups of the web application firewall rule set. -
Uses of ApplicationGatewayFirewallRuleGroup in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayFirewallRuleGroup Modifier and Type Method Description ApplicationGatewayFirewallRuleGroupApplicationGatewayFirewallRuleGroup. withDescription(String description)Set the description property: The description of the web application firewall rule group.ApplicationGatewayFirewallRuleGroupApplicationGatewayFirewallRuleGroup. withRuleGroupName(String ruleGroupName)Set the ruleGroupName property: The name of the web application firewall rule group.ApplicationGatewayFirewallRuleGroupApplicationGatewayFirewallRuleGroup. withRules(List<ApplicationGatewayFirewallRule> rules)Set the rules property: The rules of the web application firewall rule group.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayFirewallRuleGroup Modifier and Type Method Description List<ApplicationGatewayFirewallRuleGroup>ApplicationGatewayFirewallRuleSet. ruleGroups()Get the ruleGroups property: The rule groups of the web application firewall rule set.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayFirewallRuleGroup Modifier and Type Method Description ApplicationGatewayFirewallRuleSetApplicationGatewayFirewallRuleSet. withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)Set the ruleGroups property: The rule groups of the web application firewall rule set.
-