Uses of Class
com.azure.resourcemanager.compute.models.VirtualHardDisk
Packages that use VirtualHardDisk
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualHardDisk in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualHardDiskModifier and TypeMethodDescriptionDataDisk.image()Get the image property: The source user image virtual hard disk.OSDisk.image()Get the image property: The source user image virtual hard disk.VirtualMachineScaleSetOSDisk.image()Get the image property: Specifies information about the unmanaged user image to base the scale set on.VirtualMachineScaleSetUpdateOSDisk.image()Get the image property: The Source User Image VirtualHardDisk.DataDisk.vhd()Get the vhd property: The virtual hard disk.OSDisk.vhd()Get the vhd property: The virtual hard disk.Set the uri property: Specifies the virtual hard disk's uri.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualHardDiskModifier and TypeMethodDescriptionDataDisk.withImage(VirtualHardDisk image) Set the image property: The source user image virtual hard disk.OSDisk.withImage(VirtualHardDisk image) Set the image property: The source user image virtual hard disk.VirtualMachineScaleSetOSDisk.withImage(VirtualHardDisk image) Set the image property: Specifies information about the unmanaged user image to base the scale set on.VirtualMachineScaleSetUpdateOSDisk.withImage(VirtualHardDisk image) Set the image property: The Source User Image VirtualHardDisk.DataDisk.withVhd(VirtualHardDisk vhd) Set the vhd property: The virtual hard disk.OSDisk.withVhd(VirtualHardDisk vhd) Set the vhd property: The virtual hard disk.