次の方法で共有


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