SkuResponse

data class SkuResponse(val capacity: Double? = null, val name: String? = null, val tier: String? = null)

Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Double? = null

Specifies the number of virtual machines in the scale set.

Link copied to clipboard
val name: String? = null

The sku name.

Link copied to clipboard
val tier: String? = null

Specifies the tier of virtual machines in a scale set.

Possible Values:

Standard

Basic