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 
	 | 
	
		
		 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 
	 | 
	
		
		 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 
	 | 
	
		
		 Url path which user has provided for url rewrite. Null means no path will be updated. Default value is null.  | 
| 
		 modified_query_string 
	 | 
	
		
		 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.  |