Uses of Class
com.azure.resourcemanager.compute.models.GalleryDataDiskImage
-
Packages that use GalleryDataDiskImage Package Description com.azure.resourcemanager.compute.models 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 GalleryDataDiskImage Modifier and Type Method Description GalleryDataDiskImageGalleryDataDiskImage. withHostCaching(HostCaching hostCaching)Set the hostCaching property: The host caching of the disk.GalleryDataDiskImageGalleryDataDiskImage. withLun(int lun)Set the lun property: This property specifies the logical unit number of the data disk.GalleryDataDiskImageGalleryDataDiskImage. withSource(GalleryArtifactVersionSource source)Set the source property: The gallery artifact version source.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryDataDiskImage Modifier and Type Method Description List<GalleryDataDiskImage>GalleryImageVersionStorageProfile. dataDiskImages()Get the dataDiskImages property: A list of data disk images.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryDataDiskImage Modifier and Type Method Description GalleryImageVersionStorageProfileGalleryImageVersionStorageProfile. withDataDiskImages(List<GalleryDataDiskImage> dataDiskImages)Set the dataDiskImages property: A list of data disk images.
-