Get Cluster Result
data class GetClusterResult(val etag: String, val id: String, val location: String? = null, val name: String, val properties: ClusterPropertiesResponse, val sku: ClusterSkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
A Stream Analytics Cluster object
Constructors
Link copied to clipboard
constructor(etag: String, id: String, location: String? = null, name: String, properties: ClusterPropertiesResponse, sku: ClusterSkuResponse? = null, tags: Map<String, String>? = null, type: String)