Uses of Class
com.microsoft.azure.management.compute.ImageOSDisk
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ImageOSDisk in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionImageStorageProfile.osDisk()
Get specifies information about the operating system disk used by the virtual machine.VirtualMachineCustomImage.osDiskImage()
ImageOSDisk.withOsState
(OperatingSystemStateTypes osState) Set the OS State.ImageOSDisk.withOsType
(OperatingSystemTypes osType) Set this property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image.Modifier and TypeMethodDescriptionImageStorageProfile.withOsDisk
(ImageOSDisk osDisk) Set specifies information about the operating system disk used by the virtual machine.