pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.outputs
/
ServiceProtocols
Service
Protocols
data
class
ServiceProtocols
(
val
enableHttp2
:
Boolean
?
=
null
)
Types
Constructors
Properties
Constructors
Service
Protocols
Link copied to clipboard
fun
ServiceProtocols
(
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
.