Class UrlRewriteActionParameters

java.lang.Object
com.microsoft.azure.management.cdn.UrlRewriteActionParameters

public class UrlRewriteActionParameters extends Object
Defines the parameters for the url rewrite action.
  • Constructor Details

    • UrlRewriteActionParameters

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

    • odatatype

      public String odatatype()
      Get the odatatype value.
      Returns:
      the odatatype value
    • withOdatatype

      public UrlRewriteActionParameters withOdatatype(String odatatype)
      Set the odatatype value.
      Parameters:
      odatatype - the odatatype value to set
      Returns:
      the UrlRewriteActionParameters object itself.
    • sourcePattern

      public String sourcePattern()
      Get define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
      Returns:
      the sourcePattern value
    • withSourcePattern

      public UrlRewriteActionParameters withSourcePattern(String sourcePattern)
      Set define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
      Parameters:
      sourcePattern - the sourcePattern value to set
      Returns:
      the UrlRewriteActionParameters object itself.
    • destination

      public String destination()
      Get define the relative URL to which the above requests will be rewritten by.
      Returns:
      the destination value
    • withDestination

      public UrlRewriteActionParameters withDestination(String destination)
      Set define the relative URL to which the above requests will be rewritten by.
      Parameters:
      destination - the destination value to set
      Returns:
      the UrlRewriteActionParameters object itself.
    • preserveUnmatchedPath

      public Boolean preserveUnmatchedPath()
      Get whether to preserve unmatched path. Default value is true.
      Returns:
      the preserveUnmatchedPath value
    • withPreserveUnmatchedPath

      public UrlRewriteActionParameters withPreserveUnmatchedPath(Boolean preserveUnmatchedPath)
      Set whether to preserve unmatched path. Default value is true.
      Parameters:
      preserveUnmatchedPath - the preserveUnmatchedPath value to set
      Returns:
      the UrlRewriteActionParameters object itself.