ScaleSetSkuArgs

data class ScaleSetSkuArgs(val capacity: Output<Int>, val name: Output<String>, val tier: Output<String>? = null) : ConvertibleToJava<ScaleSetSkuArgs>

Constructors

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

Properties

Link copied to clipboard
val capacity: Output<Int>

Specifies the number of virtual machines in the scale set.

Link copied to clipboard
val name: Output<String>

Specifies the size of virtual machines in a scale set.

Link copied to clipboard
val tier: Output<String>? = null

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

Functions

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