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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java