ApplicationGatewayUrlConfiguration Class
Url configuration of the Actions set in Application Gateway.
- Inheritance
-
ApplicationGatewayUrlConfiguration
Constructor
ApplicationGatewayUrlConfiguration(*, modified_path: typing.Union[str, NoneType] = None, modified_query_string: typing.Union[str, NoneType] = None, reroute: typing.Union[bool, NoneType] = None, **kwargs)
Parameters
- 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
- bool
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.
Feedback
Submit and view feedback for