Class OSDisk

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

public class OSDisk extends Object
Settings for the operating system disk of the virtual machine.
  • Constructor Details

    • OSDisk

      public OSDisk()
  • 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.