次の方法で共有


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