次の方法で共有


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