eventSystemProperties

@JvmName(name = "bkfmgypxsnqubtxi")
suspend fun eventSystemProperties(value: Output<List<String>>)
@JvmName(name = "axsgnlnrqxbxlabn")
suspend fun eventSystemProperties(value: List<String>?)

Parameters

value

Specifies the System Properties that each IoT Hub message should contain. Changing this forces a new resource to be created. Possible values are message-id, sequence-number, to, absolute-expiry-time, iothub-enqueuedtime, correlation-id, user-id, iothub-ack, iothub-connection-device-id, iothub-connection-auth-generation-id and iothub-connection-auth-method.


@JvmName(name = "kipkctbfxdqfjlpv")
suspend fun eventSystemProperties(vararg values: Output<String>)


@JvmName(name = "cwfvkfeshfqvfqch")
suspend fun eventSystemProperties(values: List<Output<String>>)
@JvmName(name = "rasadortdvxdktgr")
suspend fun eventSystemProperties(vararg values: String)

Parameters

values

Specifies the System Properties that each IoT Hub message should contain. Changing this forces a new resource to be created. Possible values are message-id, sequence-number, to, absolute-expiry-time, iothub-enqueuedtime, correlation-id, user-id, iothub-ack, iothub-connection-device-id, iothub-connection-auth-generation-id and iothub-connection-auth-method.