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