java.lang.Object
com.azure.core.util.ExpandableStringEnum<Caching>
com.azure.resourcemanager.machinelearning.models.Caching

public final class Caching extends com.azure.core.util.ExpandableStringEnum<Caching>
Caching type of Data Disk.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Caching
    Static value None for Caching.
    static final Caching
    Static value ReadOnly for Caching.
    static final Caching
    Static value ReadWrite for Caching.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Caching
    Creates or finds a Caching from its string representation.
    Gets known Caching values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NONE

      public static final Caching NONE
      Static value None for Caching.
    • READ_ONLY

      public static final Caching READ_ONLY
      Static value ReadOnly for Caching.
    • READ_WRITE

      public static final Caching READ_WRITE
      Static value ReadWrite for Caching.
  • Constructor Details

  • Method Details

    • fromString

      public static Caching fromString(String name)
      Creates or finds a Caching from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding Caching.
    • values

      public static Collection<Caching> values()
      Gets known Caching values.
      Returns:
      known Caching values.