OSDiskImage Class
- java.
lang. Object - com.
microsoft. azure. management. compute. OSDiskImage
- com.
public class OSDiskImage
Contains the os disk image information.
Method Summary
Modifier and Type | Method and Description |
---|---|
Operating |
operatingSystem()
Get the operatingSystem value. |
OSDisk |
withOperatingSystem(OperatingSystemTypes operatingSystem)
Set the operatingSystem value. |
Method Details
operatingSystem
public OperatingSystemTypes operatingSystem()
Get the operatingSystem value.
Returns:
the operatingSystem value
withOperatingSystem
public OSDiskImage withOperatingSystem(OperatingSystemTypes operatingSystem)
Set the operatingSystem value.
Parameters:
operatingSystem
- the operatingSystem value to set
Returns:
the OSDiskImage object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java