GetEventHubDataConnectionPlainArgs

data class GetEventHubDataConnectionPlainArgs(val clusterName: String, val dataConnectionName: String, val databaseName: String, val resourceGroupName: String) : ConvertibleToJava<GetEventHubDataConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, dataConnectionName: String, databaseName: 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 data connection.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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