Uses of Class
com.azure.resourcemanager.compute.models.HostCaching
-
Packages that use HostCaching Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of HostCaching in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return HostCaching Modifier and Type Method Description static HostCachingHostCaching. fromString(String value)Parses a serialized value to a HostCaching instance.HostCachingGalleryDiskImage. hostCaching()Get the hostCaching property: The host caching of the disk.static HostCachingHostCaching. valueOf(String name)Returns the enum constant of this type with the specified name.static HostCaching[]HostCaching. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.compute.models with parameters of type HostCaching Modifier and Type Method Description GalleryDataDiskImageGalleryDataDiskImage. withHostCaching(HostCaching hostCaching)Set the hostCaching property: The host caching of the disk.GalleryDiskImageGalleryDiskImage. withHostCaching(HostCaching hostCaching)Set the hostCaching property: The host caching of the disk.GalleryOSDiskImageGalleryOSDiskImage. withHostCaching(HostCaching hostCaching)Set the hostCaching property: The host caching of the disk.
-