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

ApplicationGatewayUrlConfiguration Class

Url configuration of the Actions set in Application Gateway.

Constructor

ApplicationGatewayUrlConfiguration(*, modified_path: str | None = None, modified_query_string: str | None = None, reroute: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
modified_path
str

Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.

Default value: None
modified_query_string
str

Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.

Default value: None
reroute

If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.

Default value: None

Variables

Name Description
modified_path
str

Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.

modified_query_string
str

Query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.

reroute

If set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false.