Uses of Class
com.azure.resourcemanager.compute.models.GalleryOSDiskImage
Packages that use GalleryOSDiskImage
Package
Description
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 GalleryOSDiskImageModifier and TypeMethodDescriptionGalleryImageVersionStorageProfile.osDiskImage()Get the osDiskImage property: This is the OS disk image.GalleryOSDiskImage.withHostCaching(HostCaching hostCaching) Set the hostCaching property: The host caching of the disk.GalleryOSDiskImage.withSource(GalleryArtifactVersionSource source) Set the source property: The gallery artifact version source.Methods in com.azure.resourcemanager.compute.models with parameters of type GalleryOSDiskImageModifier and TypeMethodDescriptionGalleryImageVersionStorageProfile.withOsDiskImage(GalleryOSDiskImage osDiskImage) Set the osDiskImage property: This is the OS disk image.