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.

preserveUnmatchedPath

Whether to preserve unmatched path. Default value is true.

sourcePattern

define a request URI pattern that identifies the type of requests that may be rewritten. If value is blank, all strings are matched.

typeName

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"