Uses of Class
com.microsoft.azure.management.batch.CachingType
-
-
Uses of CachingType in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CachingType Modifier and Type Method Description CachingTypeDataDisk. caching()Get the caching value.CachingTypeOSDisk. caching()Get the caching value.static CachingTypeCachingType. fromString(String value)Parses a serialized value to a CachingType instance.static CachingTypeCachingType. valueOf(String name)Returns 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.microsoft.azure.management.batch with parameters of type CachingType Modifier and Type Method Description DataDiskDataDisk. withCaching(CachingType caching)Set the caching value.OSDiskOSDisk. withCaching(CachingType caching)Set the caching value.
-