ApplicationGatewayUrlConfigurationArgs

data class ApplicationGatewayUrlConfigurationArgs(val modifiedPath: Output<String>? = null, val modifiedQueryString: Output<String>? = null, val reroute: Output<Boolean>? = null) : ConvertibleToJava<ApplicationGatewayUrlConfigurationArgs>

Url configuration of the Actions set in Application Gateway.

Constructors

Link copied to clipboard
constructor(modifiedPath: Output<String>? = null, modifiedQueryString: Output<String>? = null, reroute: Output<Boolean>? = null)

Properties

Link copied to clipboard
val modifiedPath: Output<String>? = null

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

Link copied to clipboard
val modifiedQueryString: Output<String>? = null

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

Link copied to clipboard
val reroute: Output<Boolean>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayUrlConfigurationArgs