Uses of Class
com.microsoft.azure.management.compute.VirtualHardDisk
Packages that use VirtualHardDisk
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualHardDisk in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualHardDiskModifier and TypeMethodDescriptionDataDisk.image()
Get the source user image virtual hard disk.OSDisk.image()
Get the source user image virtual hard disk.VirtualMachineScaleSetOSDisk.image()
Get specifies information about the unmanaged user image to base the scale set on.VirtualMachineScaleSetUpdateOSDisk.image()
Get the Source User Image VirtualHardDisk.DataDisk.vhd()
Get the virtual hard disk.OSDisk.vhd()
Get the virtual hard disk.Set specifies the virtual hard disk's uri.Methods in com.microsoft.azure.management.compute with parameters of type VirtualHardDiskModifier and TypeMethodDescriptionDataDisk.withImage
(VirtualHardDisk image) Set the source user image virtual hard disk.OSDisk.withImage
(VirtualHardDisk image) Set the source user image virtual hard disk.VirtualMachineScaleSetOSDisk.withImage
(VirtualHardDisk image) Set specifies information about the unmanaged user image to base the scale set on.VirtualMachineScaleSetUpdateOSDisk.withImage
(VirtualHardDisk image) Set the Source User Image VirtualHardDisk.DataDisk.withVhd
(VirtualHardDisk vhd) Set the virtual hard disk.OSDisk.withVhd
(VirtualHardDisk vhd) Set the virtual hard disk.