getEventHubConnection

Returns an Event Hub connection. Uses Azure REST API version 2018-09-07-preview.

Return

Class representing an event hub connection.

Parameters

argument

null


suspend fun getEventHubConnection(clusterName: String, databaseName: String, eventHubConnectionName: String, resourceGroupName: String): GetEventHubConnectionResult

Return

Class representing an event hub connection.

Parameters

clusterName

The name of the Kusto cluster.

databaseName

The name of the database in the Kusto cluster.

eventHubConnectionName

The name of the event hub connection.

resourceGroupName

The name of the resource group containing the Kusto cluster.

See also


Return

Class representing an event hub connection.

Parameters

argument

Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetEventHubConnectionPlainArgs.

See also