eventHubEndpoints

@JvmName(name = "sywwaghqlehqeedw")
suspend fun eventHubEndpoints(value: Output<Map<String, EventHubPropertiesArgs>>)
@JvmName(name = "mxtjcfdusejuqejv")
suspend fun eventHubEndpoints(value: Map<String, EventHubPropertiesArgs>?)

Parameters

value

The Event Hub-compatible endpoint properties. The only possible keys to this dictionary is events. This key has to be present in the dictionary while making create or update calls for the IoT hub.


@JvmName(name = "xedsggmxovqdwtsp")
suspend fun eventHubEndpoints(vararg argument: Pair<String, suspend EventHubPropertiesArgsBuilder.() -> Unit>)

Parameters

argument

The Event Hub-compatible endpoint properties. The only possible keys to this dictionary is events. This key has to be present in the dictionary while making create or update calls for the IoT hub.


@JvmName(name = "hivwnnxkupqhweqo")
fun eventHubEndpoints(vararg values: Pair<String, EventHubPropertiesArgs>)

Parameters

values

The Event Hub-compatible endpoint properties. The only possible keys to this dictionary is events. This key has to be present in the dictionary while making create or update calls for the IoT hub.