ClusterSkuResponse

data class ClusterSkuResponse(val capacity: Int? = null, val name: String)

SKU parameters particular to a cluster instance.

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The quantity of Event Hubs Cluster Capacity Units contained in this cluster.

Link copied to clipboard

Name of this SKU.