get Event Hub Data Connection
suspend fun getEventHubDataConnection(argument: GetEventHubDataConnectionPlainArgs): GetEventHubDataConnectionResult
Returns a data connection. Uses Azure REST API version 2022-12-29.
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
cluster Name
The name of the Kusto cluster.
data Connection Name
The name of the data connection.
database Name
The name of the database in the Kusto cluster.
resource Group Name
The name of the resource group containing the Kusto cluster.
See also
suspend fun getEventHubDataConnection(argument: suspend GetEventHubDataConnectionPlainArgsBuilder.() -> Unit): GetEventHubDataConnectionResult
Return
Class representing an event hub data connection.
Parameters
argument
Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetEventHubDataConnectionPlainArgs.