Class OSDiskImage

java.lang.Object
com.microsoft.azure.management.compute.OSDiskImage

public class OSDiskImage extends Object
Contains the os disk image information.
  • Constructor Details

    • OSDiskImage

      public OSDiskImage()
  • Method Details

    • operatingSystem

      public OperatingSystemTypes operatingSystem()
      Get the operating system of the osDiskImage. Possible values include: 'Windows', 'Linux'.
      Returns:
      the operatingSystem value
    • withOperatingSystem

      public OSDiskImage withOperatingSystem(OperatingSystemTypes operatingSystem)
      Set the operating system of the osDiskImage. Possible values include: 'Windows', 'Linux'.
      Parameters:
      operatingSystem - the operatingSystem value to set
      Returns:
      the OSDiskImage object itself.