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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java