HardwareProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.HardwareProfile

public class HardwareProfile

The hardware profile.

Constructor Summary

Constructor Description
HardwareProfile()

Method Summary

Modifier and Type Method and Description
java.lang.String vmSize()

Get the size of the VM.

HardwareProfile withVmSize(String vmSize)

Set the size of the VM.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

HardwareProfile

public HardwareProfile()

Method Details

vmSize

public String vmSize()

Get the size of the VM.

Returns:

the vmSize value

withVmSize

public HardwareProfile withVmSize(String vmSize)

Set the size of the VM.

Parameters:

vmSize - the vmSize value to set

Returns:

the HardwareProfile object itself.

Applies to