SkuProfileVMSizeArgs

data class SkuProfileVMSizeArgs(val name: Output<String>? = null, val rank: Output<Int>? = null) : ConvertibleToJava<SkuProfileVMSizeArgs>

Specifies the VM Size.

Constructors

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

Properties

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

Specifies the name of the VM Size.

Link copied to clipboard
val rank: Output<Int>? = null

Specifies the rank (a.k.a priority) associated with the VM Size.

Functions

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