GetAttachedDatabaseConfigurationPlainArgs

data class GetAttachedDatabaseConfigurationPlainArgs(val attachedDatabaseConfigurationName: String, val clusterName: String, val resourceGroupName: String) : ConvertibleToJava<GetAttachedDatabaseConfigurationPlainArgs>

Constructors

constructor(attachedDatabaseConfigurationName: String, clusterName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the attached database configuration.

Link copied to clipboard

The name of the Kusto cluster.

Link copied to clipboard

The name of the resource group containing the Kusto cluster.

Functions

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