Class ApplicationGatewayFirewallRuleGroup


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

      • ApplicationGatewayFirewallRuleGroup

        public ApplicationGatewayFirewallRuleGroup()
    • Method Detail

      • ruleGroupName

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

        public ApplicationGatewayFirewallRuleGroup withRuleGroupName​(String ruleGroupName)
        Set the ruleGroupName property: 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 property: The description of the web application firewall rule group.
        Returns:
        the description value.
      • withDescription

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

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.