toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.outputs
/
ServiceProtocols
Service
Protocols
data
class
ServiceProtocols
(
val
enableHttp2
:
Boolean
?
=
null
)
Members
Constructors
Service
Protocols
Link copied to clipboard
constructor
(
enableHttp2
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
enable
Http2
Link copied to clipboard
val
enableHttp2
:
Boolean
?
=
null
Should HTTP/2 be supported by the API Management Service? Defaults to
false
.