Uses of Enum Class
com.microsoft.azure.management.compute.HostCaching
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of HostCaching in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionstatic HostCaching
HostCaching.fromString
(String value) Parses a serialized value to a HostCaching instance.GalleryDiskImage.hostCaching()
Get the host caching of the disk.static HostCaching
Returns the enum constant of this class with the specified name.static HostCaching[]
HostCaching.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGalleryDiskImage.withHostCaching
(HostCaching hostCaching) Set the host caching of the disk.