你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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"