ScaleSetSku

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the number of virtual machines in the scale set.

Link copied to clipboard

Specifies the size of virtual machines in a scale set.

Link copied to clipboard
val tier: String? = null

Specifies the tier of virtual machines in a scale set. Possible values, standard or basic.