Virtual Machine Size Response
data class VirtualMachineSizeResponse(val estimatedVMPrices: EstimatedVMPricesResponse? = null, val family: String, val gpus: Int, val lowPriorityCapable: Boolean, val maxResourceVolumeMB: Int, val memoryGB: Double, val name: String, val osVhdSizeMB: Int, val premiumIO: Boolean, val supportedComputeTypes: List<String>? = null, val vCPUs: Int)
Describes the properties of a VM size.