Class ApplicationGatewayRewriteRuleSetPropertiesFormat

java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayRewriteRuleSetPropertiesFormat

public final class ApplicationGatewayRewriteRuleSetPropertiesFormat extends Object
Properties of rewrite rule set of the application gateway.
  • Constructor Details

    • ApplicationGatewayRewriteRuleSetPropertiesFormat

      public ApplicationGatewayRewriteRuleSetPropertiesFormat()
      Creates an instance of ApplicationGatewayRewriteRuleSetPropertiesFormat class.
  • Method Details

    • rewriteRules

      public List<ApplicationGatewayRewriteRule> rewriteRules()
      Get the rewriteRules property: Rewrite rules in the rewrite rule set.
      Returns:
      the rewriteRules value.
    • withRewriteRules

      Set the rewriteRules property: Rewrite rules in the rewrite rule set.
      Parameters:
      rewriteRules - the rewriteRules value to set.
      Returns:
      the ApplicationGatewayRewriteRuleSetPropertiesFormat object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the rewrite rule set resource.
      Returns:
      the provisioningState value.
    • validate

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