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
constructor(clusterName: String, name: String, resourceGroupName: String)

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.

Functions

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