Class OSDiskImage
java.lang.Object
com.microsoft.azure.management.compute.OSDiskImage
Contains the os disk image information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the operating system of the osDiskImage.withOperatingSystem
(OperatingSystemTypes operatingSystem) Set the operating system of the osDiskImage.
-
Constructor Details
-
OSDiskImage
public OSDiskImage()
-
-
Method Details
-
operatingSystem
Get the operating system of the osDiskImage. Possible values include: 'Windows', 'Linux'.- Returns:
- the operatingSystem value
-
withOperatingSystem
Set the operating system of the osDiskImage. Possible values include: 'Windows', 'Linux'.- Parameters:
operatingSystem
- the operatingSystem value to set- Returns:
- the OSDiskImage object itself.
-