get Event Hub Connection
suspend fun getEventHubConnection(argument: GetEventHubConnectionPlainArgs): GetEventHubConnectionResult
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
cluster Name
The name of the Kusto cluster.
database Name
The name of the database in the Kusto cluster.
event Hub Connection Name
The name of the event hub connection.
resource Group Name
The name of the resource group containing the Kusto cluster.
See also
suspend fun getEventHubConnection(argument: suspend GetEventHubConnectionPlainArgsBuilder.() -> Unit): GetEventHubConnectionResult
Return
Class representing an event hub connection.
Parameters
argument
Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetEventHubConnectionPlainArgs.