CachingTypes Enum

  • java.lang.Object
    • java.lang.Enum<CachingTypes>
      • com.microsoft.azure.management.compute.CachingTypes

public enum CachingTypes

Defines values for CachingTypes.

Fields

NONE

Enum value None.

READ_ONLY

Enum value ReadOnly.

READ_WRITE

Enum value ReadWrite.

Methods

fromString(String value)

public static CachingTypes fromString(String value)

Parses a serialized value to a CachingTypes instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed CachingTypes object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to