GetDatabasePlainArgs

data class GetDatabasePlainArgs(val clusterName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetDatabasePlainArgs>

A collection of arguments for invoking getDatabase.

Constructors

Link copied to clipboard
fun GetDatabasePlainArgs(clusterName: String, name: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of the Kusto Cluster this database is added to.

Link copied to clipboard

The name of the Kusto Database.

Link copied to clipboard

The Resource Group where the Kusto Database exists.