GetEventHubConnectionPlainArgs

data class GetEventHubConnectionPlainArgs(val clusterName: String, val databaseName: String, val eventHubConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetEventHubConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, databaseName: String, eventHubConnectionName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Kusto cluster.

Link copied to clipboard

The name of the database in the Kusto cluster.

Link copied to clipboard

The name of the event hub connection.

Link copied to clipboard

The name of the resource group containing the Kusto cluster.

Functions

Link copied to clipboard
open override fun toJava(): GetEventHubConnectionPlainArgs