VmSizeProfileResponse

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

Specifications about a VM Size. This will also contain the corresponding rank and weight in future.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Sku name (e.g. 'Standard_DS1_v2')

Link copied to clipboard
val rank: Int? = null

The rank of the VM size. This is used with 'RegularPriorityAllocationStrategy.Prioritized' The lower the number, the higher the priority. Starting with 0.