pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.inputs
/
ServiceProtocolsArgs
Service
Protocols
Args
data
class
ServiceProtocolsArgs
(
val
enableHttp2
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
ServiceProtocolsArgs
>
Constructors
Functions
Properties
Constructors
Service
Protocols
Args
Link copied to clipboard
fun
ServiceProtocolsArgs
(
enableHttp2
:
Output
<
Boolean
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServiceProtocolsArgs
Properties
enable
Http2
Link copied to clipboard
val
enableHttp2
:
Output
<
Boolean
>
?
=
null
Should HTTP/2 be supported by the API Management Service? Defaults to
false
.