java.lang.Object
com.azure.core.util.ExpandableStringEnum<CopyMode>
com.azure.resourcemanager.storagemover.models.CopyMode
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class CopyMode extends com.azure.core.util.ExpandableStringEnum<CopyMode>
Strategy to use for copy.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CopyMode
    Static value Additive for CopyMode.
    static final CopyMode
    Static value Mirror for CopyMode.
  • Constructor Summary

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

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • ADDITIVE

      public static final CopyMode ADDITIVE
      Static value Additive for CopyMode.
    • MIRROR

      public static final CopyMode MIRROR
      Static value Mirror for CopyMode.
  • Constructor Details

  • Method Details

    • fromString

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

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