eventHubs

@JvmName(name = "yspcmtpmhcdeqvhk")
suspend fun eventHubs(value: Output<List<RoutingEventHubPropertiesArgs>>)
@JvmName(name = "pvnpjddnhqawyjlb")
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 = "skelvghtghkqscxs")
suspend fun eventHubs(vararg values: Output<RoutingEventHubPropertiesArgs>)


@JvmName(name = "luqrrwrqljinssek")
suspend fun eventHubs(values: List<Output<RoutingEventHubPropertiesArgs>>)
@JvmName(name = "evtqltttdutopsqj")
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 = "ejpvjxqjfqkwccuq")
suspend fun eventHubs(argument: List<suspend RoutingEventHubPropertiesArgsBuilder.() -> Unit>)
@JvmName(name = "xcojqottrwxqwppp")
suspend fun eventHubs(vararg argument: suspend RoutingEventHubPropertiesArgsBuilder.() -> Unit)
@JvmName(name = "qmspqxurhhqhaipk")
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.