UrlRewriteActionParameters interface
Defines the parameters for the url rewrite action.
Properties
| destination | Define the relative URL to which the above requests will be rewritten by. |
| preserve |
Whether to preserve unmatched path. Default value is true. |
| source |
define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched. |
| type |
Property Details
destination
Define the relative URL to which the above requests will be rewritten by.
destination: string
Property Value
string
preserveUnmatchedPath
Whether to preserve unmatched path. Default value is true.
preserveUnmatchedPath?: boolean
Property Value
boolean
sourcePattern
define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.
sourcePattern: string
Property Value
string
typeName
typeName: "DeliveryRuleUrlRewriteActionParameters"
Property Value
"DeliveryRuleUrlRewriteActionParameters"