VirtualMachineSize Interface
public interface VirtualMachineSize extends HasName
A type representing virtual machine size available for a subscription in a region.
Method Summary
Modifier and Type | Method and Description |
---|---|
int | maxDataDiskCount() |
int | memoryInMB() |
int | numberOfCores() |
int | osDiskSizeInMB() |
int | resourceDiskSizeInMB() |
Inherited Members
Method Details
maxDataDiskCount
public int maxDataDiskCount()
Returns:
the maximum number of data disks allowed by a VM size
memoryInMB
public int memoryInMB()
Returns:
the memory size supported by the VM size
numberOfCores
public int numberOfCores()
Returns:
the number of cores supported by the VM size
osDiskSizeInMB
public int osDiskSizeInMB()
Returns:
the OS disk size allowed by the VM size
resourceDiskSizeInMB
public int resourceDiskSizeInMB()
Returns:
the resource disk size allowed by the VM size
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java