SkuProfileVMSizeResponse

data class SkuProfileVMSizeResponse(val name: String? = null, val rank: Int? = null)

Specifies the VM Size.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Specifies the name of the VM Size.

Link copied to clipboard
val rank: Int? = null

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