OSDisk Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.OSDisk

public class OSDisk

Settings for the operating system disk of the virtual machine.

Method Summary

Modifier and Type Method and Description
DiffDiskSettings ephemeralOSDiskSettings()

Get the ephemeralOSDiskSettings value.

OSDisk withEphemeralOSDiskSettings(DiffDiskSettings ephemeralOSDiskSettings)

Set the ephemeralOSDiskSettings value.

Method Details

ephemeralOSDiskSettings

public DiffDiskSettings ephemeralOSDiskSettings()

Get the ephemeralOSDiskSettings value.

Returns:

the ephemeralOSDiskSettings value

withEphemeralOSDiskSettings

public OSDisk withEphemeralOSDiskSettings(DiffDiskSettings ephemeralOSDiskSettings)

Set the ephemeralOSDiskSettings value.

Parameters:

ephemeralOSDiskSettings - the ephemeralOSDiskSettings value to set

Returns:

the OSDisk object itself.

Applies to