get Iot Hub Data Connection
suspend fun getIotHubDataConnection(argument: GetIotHubDataConnectionPlainArgs): GetIotHubDataConnectionResult
Returns a data connection. Uses Azure REST API version 2024-04-13.
Return
Class representing an iot hub data connection.
Parameters
argument
null
suspend fun getIotHubDataConnection(clusterName: String, dataConnectionName: String, databaseName: String, resourceGroupName: String): GetIotHubDataConnectionResult
Return
Class representing an iot 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. The name is case insensitive.
See also
suspend fun getIotHubDataConnection(argument: suspend GetIotHubDataConnectionPlainArgsBuilder.() -> Unit): GetIotHubDataConnectionResult
Return
Class representing an iot hub data connection.
Parameters
argument
Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetIotHubDataConnectionPlainArgs.