GetDatasetKustoDatabaseResult

data class GetDatasetKustoDatabaseResult(val displayName: String, val id: String, val kustoClusterLocation: String, val kustoDatabaseId: String, val name: String, val shareId: String)

A collection of values returned by getDatasetKustoDatabase.

Constructors

Link copied to clipboard
constructor(displayName: String, id: String, kustoClusterLocation: String, kustoDatabaseId: String, name: String, shareId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Data Share Dataset.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The location of the Kusto Cluster.

Link copied to clipboard

The resource ID of the Kusto Cluster Database to be shared with the receiver.

Link copied to clipboard
Link copied to clipboard