AzureSkuResponse

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

Azure SKU definition.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The number of instances of the cluster.

Link copied to clipboard

SKU name.

Link copied to clipboard

SKU size.