OsProfile Class

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

public class OsProfile

The Linux operation systems profile.

Constructor Summary

Constructor Description
OsProfile()

Method Summary

Modifier and Type Method and Description
LinuxOperatingSystemProfile linuxOperatingSystemProfile()

Get the Linux OS profile.

OsProfile withLinuxOperatingSystemProfile(LinuxOperatingSystemProfile linuxOperatingSystemProfile)

Set the Linux OS profile.

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

OsProfile

public OsProfile()

Method Details

linuxOperatingSystemProfile

public LinuxOperatingSystemProfile linuxOperatingSystemProfile()

Get the Linux OS profile.

Returns:

the linuxOperatingSystemProfile value

withLinuxOperatingSystemProfile

public OsProfile withLinuxOperatingSystemProfile(LinuxOperatingSystemProfile linuxOperatingSystemProfile)

Set the Linux OS profile.

Parameters:

linuxOperatingSystemProfile - the linuxOperatingSystemProfile value to set

Returns:

the OsProfile object itself.

Applies to