ApplicationGatewayUrlConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Url configuration of the Actions set in Application Gateway.
public class ApplicationGatewayUrlConfiguration
type ApplicationGatewayUrlConfiguration = class
Public Class ApplicationGatewayUrlConfiguration
- Inheritance
-
ApplicationGatewayUrlConfiguration
Constructors
ApplicationGatewayUrlConfiguration() |
Initializes a new instance of the ApplicationGatewayUrlConfiguration class. |
ApplicationGatewayUrlConfiguration(String, String, Nullable<Boolean>) |
Initializes a new instance of the ApplicationGatewayUrlConfiguration class. |
Properties
ModifiedPath |
Gets or sets url path which user has provided for url rewrite. Null means no path will be updated. Default value is null. |
ModifiedQueryString |
Gets or sets query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null. |
Reroute |
Gets or sets 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. |
Applies to
Azure SDK for .NET