Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleGroup
Packages that use ApplicationGatewayFirewallRuleGroup
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewayFirewallRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleSetPropertiesFormat.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 ApplicationGatewayFirewallRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleSetPropertiesFormat.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 ApplicationGatewayFirewallRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallRuleGroup.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayFirewallRuleGroup from the JsonReader.ApplicationGatewayFirewallRuleGroup.withDescription(String description) Set the description property: The description of the web application firewall rule group.ApplicationGatewayFirewallRuleGroup.withRuleGroupName(String ruleGroupName) Set the ruleGroupName property: The name of the web application firewall rule group.ApplicationGatewayFirewallRuleGroup.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 ApplicationGatewayFirewallRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallManifestRuleSet.ruleGroups()Get the ruleGroups property: The rule groups of the web application firewall rule set.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 ApplicationGatewayFirewallRuleGroupModifier and TypeMethodDescriptionApplicationGatewayFirewallManifestRuleSet.withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups) Set the ruleGroups property: The rule groups of the web application firewall rule set.ApplicationGatewayFirewallRuleSet.withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups) Set the ruleGroups property: The rule groups of the web application firewall rule set.