Uses of Enum
com.azure.resourcemanager.batch.models.CachingType
Packages that use CachingType
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CachingType in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return CachingTypeModifier and TypeMethodDescriptionDataDisk.caching()Get the caching property: The type of caching to enable for the disk.OSDisk.caching()Get the caching property: The type of caching to enable for the disk.static CachingTypeCachingType.fromString(String value) Parses a serialized value to a CachingType instance.static CachingTypeReturns the enum constant of this type with the specified name.static CachingType[]CachingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type CachingTypeModifier and TypeMethodDescriptionDataDisk.withCaching(CachingType caching) Set the caching property: The type of caching to enable for the disk.OSDisk.withCaching(CachingType caching) Set the caching property: The type of caching to enable for the disk.