Application Gateway Url Configuration Response
data class ApplicationGatewayUrlConfigurationResponse(val modifiedPath: String? = null, val modifiedQueryString: String? = null, val reroute: Boolean? = null)
Url configuration of the Actions set in Application Gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayUrlConfigurationResponse(modifiedPath: String? = null, modifiedQueryString: String? = null, reroute: Boolean? = null)