GetScriptPlainArgs

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

Constructors

Link copied to clipboard
constructor(clusterName: String, databaseName: String, resourceGroupName: String, scriptName: String)

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. The name is case insensitive.

Link copied to clipboard

The name of the Kusto database script.

Functions

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