Uses of Class
com.azure.resourcemanager.compute.models.VirtualHardDisk
-
Packages that use VirtualHardDisk Package Description com.azure.resourcemanager.compute.models 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 VirtualHardDisk Modifier and Type Method Description VirtualHardDiskDataDisk. image()Get the image property: The source user image virtual hard disk.VirtualHardDiskOSDisk. image()Get the image property: The source user image virtual hard disk.VirtualHardDiskVirtualMachineScaleSetOSDisk. image()Get the image property: Specifies information about the unmanaged user image to base the scale set on.VirtualHardDiskVirtualMachineScaleSetUpdateOSDisk. image()Get the image property: The Source User Image VirtualHardDisk.VirtualHardDiskDataDisk. vhd()Get the vhd property: The virtual hard disk.VirtualHardDiskOSDisk. vhd()Get the vhd property: The virtual hard disk.VirtualHardDiskVirtualHardDisk. withUri(String uri)Set the uri property: Specifies the virtual hard disk's uri.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualHardDisk Modifier and Type Method Description DataDiskDataDisk. withImage(VirtualHardDisk image)Set the image property: The source user image virtual hard disk.OSDiskOSDisk. withImage(VirtualHardDisk image)Set the image property: The source user image virtual hard disk.VirtualMachineScaleSetOSDiskVirtualMachineScaleSetOSDisk. withImage(VirtualHardDisk image)Set the image property: Specifies information about the unmanaged user image to base the scale set on.VirtualMachineScaleSetUpdateOSDiskVirtualMachineScaleSetUpdateOSDisk. withImage(VirtualHardDisk image)Set the image property: The Source User Image VirtualHardDisk.DataDiskDataDisk. withVhd(VirtualHardDisk vhd)Set the vhd property: The virtual hard disk.OSDiskOSDisk. withVhd(VirtualHardDisk vhd)Set the vhd property: The virtual hard disk.
-