event Hub Connection
suspend fun eventHubConnection(name: String, block: suspend EventHubConnectionResourceBuilder.() -> Unit): EventHubConnection
Parameters
name
The unique name of the resulting resource.
block
Builder for EventHubConnection.
See also
Parameters
name
The unique name of the resulting resource.