KustoFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Kusto (also known as Azure Data Explorer) Cluster

suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult
suspend fun getCluster(name: String, resourceGroupName: String): GetClusterResult
Link copied to clipboard

Use this data source to access information about an existing Kusto Database

suspend fun getDatabase(argument: suspend GetDatabasePlainArgsBuilder.() -> Unit): GetDatabaseResult
suspend fun getDatabase(clusterName: String, name: String, resourceGroupName: String): GetDatabaseResult