ListDatabasePrincipalsPlainArgs

data class ListDatabasePrincipalsPlainArgs(val clusterName: String, val databaseName: String, val resourceGroupName: String) : ConvertibleToJava<ListDatabasePrincipalsPlainArgs>

Constructors

Link copied to clipboard
fun ListDatabasePrincipalsPlainArgs(clusterName: String, databaseName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of the Kusto cluster.

Link copied to clipboard

The name of the database in the Kusto cluster.

Link copied to clipboard

The name of the resource group containing the Kusto cluster.