LabVirtualMachineSkuArgs

data class LabVirtualMachineSkuArgs(val capacity: Output<Int>, val name: Output<String>) : ConvertibleToJava<LabVirtualMachineSkuArgs>

Constructors

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

Properties

Link copied to clipboard
val capacity: Output<Int>

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

Link copied to clipboard
val name: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): LabVirtualMachineSkuArgs