LabVirtualMachineSku

data class LabVirtualMachineSku(val capacity: Int, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity for the SKU. Possible values are between 0 and 400.

Link copied to clipboard

The name of the SKU. Changing this forces a new resource to be created.