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.
Properties
Link copied to clipboard
The estimated price information for using a VM.
Link copied to clipboard
Specifies if the virtual machine size supports low priority VMs.
Link copied to clipboard
The resource volume size, in MB, allowed by the virtual machine size.
Link copied to clipboard
The OS VHD disk size, in MB, allowed by the virtual machine size.
Link copied to clipboard
Specifies the compute types supported by the virtual machine size.