你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HardwareProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.HardwareProfile

public class HardwareProfile

Describes a hardware profile.

Method Summary

Modifier and Type Method and Description
VirtualMachineSizeTypes vmSize()

Get the vmSize value.

HardwareProfile withVmSize(VirtualMachineSizeTypes vmSize)

Set the vmSize value.

Method Details

vmSize

public VirtualMachineSizeTypes vmSize()

Get the vmSize value.

Returns:

the vmSize value

withVmSize

public HardwareProfile withVmSize(VirtualMachineSizeTypes vmSize)

Set the vmSize value.

Parameters:

vmSize - the vmSize value to set

Returns:

the HardwareProfile object itself.

Applies to