get Iot Hub Data Connection
suspend fun getIotHubDataConnection(argument: GetIotHubDataConnectionPlainArgs): GetIotHubDataConnectionResult
Returns a data connection. Azure REST API version: 2022-12-29.
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.
See also
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.
suspend fun getIotHubDataConnection(argument: suspend GetIotHubDataConnectionPlainArgsBuilder.() -> Unit): GetIotHubDataConnectionResult
Return
Class representing an iot hub data connection.
See also
Parameters
argument
Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetIotHubDataConnectionPlainArgs.