Class ApplicationGatewayRewriteRuleSet

java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet

public class ApplicationGatewayRewriteRuleSet extends com.microsoft.azure.SubResource
Rewrite rule set of an application gateway.
  • Constructor Details

    • ApplicationGatewayRewriteRuleSet

      public ApplicationGatewayRewriteRuleSet()
  • Method Details

    • rewriteRules

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

      public ApplicationGatewayRewriteRuleSet withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)
      Set rewrite rules in the rewrite rule set.
      Parameters:
      rewriteRules - the rewriteRules value to set
      Returns:
      the ApplicationGatewayRewriteRuleSet object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioning state of the rewrite rule set resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value
    • name

      public String name()
      Get name of the rewrite rule set that is unique within an Application Gateway.
      Returns:
      the name value
    • withName

      public ApplicationGatewayRewriteRuleSet withName(String name)
      Set name of the rewrite rule set that is unique within an Application Gateway.
      Parameters:
      name - the name value to set
      Returns:
      the ApplicationGatewayRewriteRuleSet object itself.
    • etag

      public String etag()
      Get a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value