getDatabase

Deprecated

Please use one of the variants: ReadOnlyFollowingDatabase, ReadWriteDatabase.

Class representing a Kusto database. API Version: 2021-01-01.

Return

Class representing a Kusto database.

Parameters

argument

null


suspend fun getDatabase(clusterName: String, databaseName: String, resourceGroupName: String): GetDatabaseResult

Deprecated

Please use one of the variants: ReadOnlyFollowingDatabase, ReadWriteDatabase.

Return

Class representing a Kusto database.

See also

Parameters

clusterName

The name of the Kusto cluster.

databaseName

The name of the database in the Kusto cluster.

resourceGroupName

The name of the resource group containing the Kusto cluster.


suspend fun getDatabase(argument: suspend GetDatabasePlainArgsBuilder.() -> Unit): GetDatabaseResult

Deprecated

Please use one of the variants: ReadOnlyFollowingDatabase, ReadWriteDatabase.

Return

Class representing a Kusto database.

See also

Parameters

argument

Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetDatabasePlainArgs.