Uses of Class
com.microsoft.azure.management.compute.ImageOSDisk
Packages that use ImageOSDisk
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ImageOSDisk in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return ImageOSDiskModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type ImageOSDiskModifier and TypeMethodDescriptionImageStorageProfile.withOsDisk(ImageOSDisk osDisk) Set specifies information about the operating system disk used by the virtual machine.