你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HardwareProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. HardwareProfile
- com.
public class HardwareProfile
Describes a hardware profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
vmSize()
Get the vmSize value. |
Hardware |
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.