Class ApplicationGatewayFirewallRuleGroup

java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup

public class ApplicationGatewayFirewallRuleGroup extends Object
A web application firewall rule group.
  • Constructor Details

    • ApplicationGatewayFirewallRuleGroup

      public ApplicationGatewayFirewallRuleGroup()
  • Method Details

    • ruleGroupName

      public String ruleGroupName()
      Get the name of the web application firewall rule group.
      Returns:
      the ruleGroupName value
    • withRuleGroupName

      public ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupName)
      Set the name of the web application firewall rule group.
      Parameters:
      ruleGroupName - the ruleGroupName value to set
      Returns:
      the ApplicationGatewayFirewallRuleGroup object itself.
    • description

      public String description()
      Get the description of the web application firewall rule group.
      Returns:
      the description value
    • withDescription

      public ApplicationGatewayFirewallRuleGroup withDescription(String description)
      Set the description of the web application firewall rule group.
      Parameters:
      description - the description value to set
      Returns:
      the ApplicationGatewayFirewallRuleGroup object itself.
    • rules

      Get the rules of the web application firewall rule group.
      Returns:
      the rules value
    • withRules

      Set the rules of the web application firewall rule group.
      Parameters:
      rules - the rules value to set
      Returns:
      the ApplicationGatewayFirewallRuleGroup object itself.