GetClusterResult

data class GetClusterResult(val dataIngestionUri: String, val id: String, val identities: List<GetClusterIdentity>, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val uri: String)

A collection of values returned by getCluster.

Constructors

Link copied to clipboard
constructor(dataIngestionUri: String, id: String, identities: List<GetClusterIdentity>, location: String, name: String, resourceGroupName: String, tags: Map<String, String>, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Kusto Cluster URI to be used for data ingestion.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uri: String

The FQDN of the Azure Kusto Cluster.