eventHubs

@JvmName(name = "vtybketilyyekvpa")
suspend fun eventHubs(value: Output<List<RoutingEventHubPropertiesArgs>>)
@JvmName(name = "tbbsmsgcswbdoirb")
suspend fun eventHubs(value: List<RoutingEventHubPropertiesArgs>?)

Parameters

value

The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules. This list does not include the built-in Event Hubs endpoint.


@JvmName(name = "gqlctwxryibjomom")
suspend fun eventHubs(vararg values: Output<RoutingEventHubPropertiesArgs>)


@JvmName(name = "mfxhldjgorcaofqv")
suspend fun eventHubs(values: List<Output<RoutingEventHubPropertiesArgs>>)
@JvmName(name = "eirvqbyrchpnrmgr")
suspend fun eventHubs(vararg values: RoutingEventHubPropertiesArgs)

Parameters

values

The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules. This list does not include the built-in Event Hubs endpoint.


@JvmName(name = "jwgdmyvnigaicgdw")
suspend fun eventHubs(argument: List<suspend RoutingEventHubPropertiesArgsBuilder.() -> Unit>)
@JvmName(name = "wcafefctaaxerqxs")
suspend fun eventHubs(vararg argument: suspend RoutingEventHubPropertiesArgsBuilder.() -> Unit)
@JvmName(name = "gmkxvetmbiclabyt")
suspend fun eventHubs(argument: suspend RoutingEventHubPropertiesArgsBuilder.() -> Unit)

Parameters

argument

The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules. This list does not include the built-in Event Hubs endpoint.