Uses of Class
com.azure.resourcemanager.compute.models.SharedGalleryHostCaching
Packages that use SharedGalleryHostCaching
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SharedGalleryHostCaching in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type SharedGalleryHostCaching in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe host caching of the disk.Fields in com.azure.resourcemanager.compute.models declared as SharedGalleryHostCachingModifier and TypeFieldDescriptionstatic final SharedGalleryHostCachingSharedGalleryHostCaching.NONEStatic value None for SharedGalleryHostCaching.static final SharedGalleryHostCachingSharedGalleryHostCaching.READ_ONLYStatic value ReadOnly for SharedGalleryHostCaching.static final SharedGalleryHostCachingSharedGalleryHostCaching.READ_WRITEStatic value ReadWrite for SharedGalleryHostCaching.Methods in com.azure.resourcemanager.compute.models that return SharedGalleryHostCachingModifier and TypeMethodDescriptionstatic SharedGalleryHostCachingSharedGalleryHostCaching.fromString(String name) Creates or finds a SharedGalleryHostCaching from its string representation.SharedGalleryDiskImage.hostCaching()Get the hostCaching property: The host caching of the disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharedGalleryHostCachingModifier and TypeMethodDescriptionstatic Collection<SharedGalleryHostCaching> SharedGalleryHostCaching.values()Gets known SharedGalleryHostCaching values.Methods in com.azure.resourcemanager.compute.models with parameters of type SharedGalleryHostCachingModifier and TypeMethodDescriptionSharedGalleryDataDiskImage.withHostCaching(SharedGalleryHostCaching hostCaching) Set the hostCaching property: The host caching of the disk.SharedGalleryDiskImage.withHostCaching(SharedGalleryHostCaching hostCaching) Set the hostCaching property: The host caching of the disk.SharedGalleryOSDiskImage.withHostCaching(SharedGalleryHostCaching hostCaching) Set the hostCaching property: The host caching of the disk.