ServiceProtocols

data class ServiceProtocols(val enableHttp2: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enableHttp2: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableHttp2: Boolean? = null

Should HTTP/2 be supported by the API Management Service? Defaults to false.