你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OSDiskImage Class

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

public class OSDiskImage

Contains the os disk image information.

Method Summary

Modifier and Type Method and Description
OperatingSystemTypes operatingSystem()

Get the operatingSystem value.

OSDiskImage 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