Class ApplicationGatewayFirewallRule

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

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

    • ApplicationGatewayFirewallRule

      public ApplicationGatewayFirewallRule()
  • Method Details

    • ruleId

      public int ruleId()
      Get the identifier of the web application firewall rule.
      Returns:
      the ruleId value
    • withRuleId

      public ApplicationGatewayFirewallRule withRuleId(int ruleId)
      Set the identifier of the web application firewall rule.
      Parameters:
      ruleId - the ruleId value to set
      Returns:
      the ApplicationGatewayFirewallRule object itself.
    • description

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

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