Uses of Class
com.azure.resourcemanager.compute.models.GalleryOSDiskImage
-
Packages that use GalleryOSDiskImage Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryOSDiskImage in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryOSDiskImage Modifier and Type Method Description GalleryOSDiskImageGalleryImageVersionStorageProfile. osDiskImage()Get the osDiskImage property: This is the OS disk image.GalleryOSDiskImageGalleryOSDiskImage. withHostCaching(HostCaching hostCaching)Set the hostCaching property: The host caching of the disk.GalleryOSDiskImageGalleryOSDiskImage. withSource(GalleryArtifactVersionSource source)Set the source property: The gallery artifact version source.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryOSDiskImage Modifier and Type Method Description GalleryImageVersionStorageProfileGalleryImageVersionStorageProfile. withOsDiskImage(GalleryOSDiskImage osDiskImage)Set the osDiskImage property: This is the OS disk image.
-