Uses of Class
com.azure.resourcemanager.compute.models.GalleryDataDiskImage
Packages that use GalleryDataDiskImage
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryDataDiskImage in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryDataDiskImageModifier and TypeMethodDescriptionGalleryDataDiskImage.withHostCaching(HostCaching hostCaching) Set the hostCaching property: The host caching of the disk.GalleryDataDiskImage.withLun(int lun) Set the lun property: This property specifies the logical unit number of the data disk.GalleryDataDiskImage.withSource(GalleryDiskImageSource source) Set the source property: The source for the disk image.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryDataDiskImageModifier and TypeMethodDescriptionGalleryImageVersionStorageProfile.dataDiskImages()Get the dataDiskImages property: A list of data disk images.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryDataDiskImageModifier and TypeMethodDescriptionGalleryImageVersionStorageProfile.withDataDiskImages(List<GalleryDataDiskImage> dataDiskImages) Set the dataDiskImages property: A list of data disk images.