Uses of Class
com.azure.resourcemanager.compute.models.SharedGalleryOSDiskImage
Packages that use SharedGalleryOSDiskImage
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SharedGalleryOSDiskImage in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SharedGalleryOSDiskImageModifier and TypeMethodDescriptionstatic SharedGalleryOSDiskImageSharedGalleryOSDiskImage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryOSDiskImage from the JsonReader.SharedGalleryImageVersionStorageProfile.osDiskImage()Get the osDiskImage property: This is the OS disk image.SharedGalleryOSDiskImage.withHostCaching(SharedGalleryHostCaching hostCaching) Set the hostCaching property: The host caching of the disk.Methods in com.azure.resourcemanager.compute.models with parameters of type SharedGalleryOSDiskImageModifier and TypeMethodDescriptionSharedGalleryImageVersionStorageProfile.withOsDiskImage(SharedGalleryOSDiskImage osDiskImage) Set the osDiskImage property: This is the OS disk image.