getEventHubDataConnection

Returns a data connection. API Version: 2021-01-01.

Return

Class representing an event hub data connection.

Parameters

argument

null


suspend fun getEventHubDataConnection(clusterName: String, dataConnectionName: String, databaseName: String, resourceGroupName: String): GetEventHubDataConnectionResult

Return

Class representing an event hub data connection.

Parameters

clusterName

The name of the Kusto cluster.

dataConnectionName

The name of the data connection.

databaseName

The name of the database in the Kusto cluster.

resourceGroupName

The name of the resource group containing the Kusto cluster.

See also


Return

Class representing an event hub data connection.

Parameters

argument

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

See also