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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java