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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java