Interface VirtualMachineSize
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intmaxDataDiskCount()intmemoryInMB()intnumberOfCores()intosDiskSizeInMB()intresourceDiskSizeInMB()
-
-
-
Method Detail
-
numberOfCores
int numberOfCores()
- Returns:
- the number of cores supported by the VM size
-
osDiskSizeInMB
int osDiskSizeInMB()
- Returns:
- the OS disk size allowed by the VM size
-
resourceDiskSizeInMB
int resourceDiskSizeInMB()
- Returns:
- the resource disk size allowed by the VM size
-
memoryInMB
int memoryInMB()
- Returns:
- the memory size supported by the VM size
-
maxDataDiskCount
int maxDataDiskCount()
- Returns:
- the maximum number of data disks allowed by a VM size
-
-