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 TypeMethodDescriptionstatic GalleryOSDiskImageGalleryOSDiskImage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryOSDiskImage from the JsonReader.GalleryImageVersionStorageProfile.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(GalleryDiskImageSource source) Set the source property: The source for the disk image.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.