CachingType Enum
- java.
lang. Object - java.
lang. Enum<CachingType> - com.
microsoft. azure. management. batch. CachingType
- com.
- java.
public enum CachingType
Defines values for CachingType.
Fields
NONE |
The caching mode for the disk is not enabled. |
READ_ONLY |
The caching mode for the disk is read only. |
READ_WRITE |
The caching mode for the disk is read and write. |
Methods
fromString(String value)
public static CachingType fromString(String value)
Parses a serialized value to a CachingType instance.
Parameters
- value
- String
Returns
the parsed CachingType object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java