Class ApplicationGatewayFirewallRuleSet

java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.Resource
com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleSet

public class ApplicationGatewayFirewallRuleSet extends com.microsoft.azure.Resource
A web application firewall rule set.
  • Constructor Details

    • ApplicationGatewayFirewallRuleSet

      public ApplicationGatewayFirewallRuleSet()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioning state of the web application firewall rule set. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value
    • ruleSetType

      public String ruleSetType()
      Get the type of the web application firewall rule set.
      Returns:
      the ruleSetType value
    • withRuleSetType

      public ApplicationGatewayFirewallRuleSet withRuleSetType(String ruleSetType)
      Set the type of the web application firewall rule set.
      Parameters:
      ruleSetType - the ruleSetType value to set
      Returns:
      the ApplicationGatewayFirewallRuleSet object itself.
    • ruleSetVersion

      public String ruleSetVersion()
      Get the version of the web application firewall rule set type.
      Returns:
      the ruleSetVersion value
    • withRuleSetVersion

      public ApplicationGatewayFirewallRuleSet withRuleSetVersion(String ruleSetVersion)
      Set the version of the web application firewall rule set type.
      Parameters:
      ruleSetVersion - the ruleSetVersion value to set
      Returns:
      the ApplicationGatewayFirewallRuleSet object itself.
    • ruleGroups

      Get the rule groups of the web application firewall rule set.
      Returns:
      the ruleGroups value
    • withRuleGroups

      Set the rule groups of the web application firewall rule set.
      Parameters:
      ruleGroups - the ruleGroups value to set
      Returns:
      the ApplicationGatewayFirewallRuleSet object itself.
    • id

      public String id()
      Get resource ID.
      Overrides:
      id in class com.microsoft.azure.ProxyResource
      Returns:
      the id value
    • withId

      Set resource ID.
      Parameters:
      id - the id value to set
      Returns:
      the ApplicationGatewayFirewallRuleSet object itself.