Class CopyMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CopyMode>
com.azure.resourcemanager.storagemover.models.CopyMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Strategy to use for copy.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CopyModefromString(String name) Creates or finds a CopyMode from its string representation.static Collection<CopyMode> values()Gets known CopyMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ADDITIVE
Static value Additive for CopyMode. -
MIRROR
Static value Mirror for CopyMode.
-
-
Constructor Details
-
CopyMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of CopyMode value.
-
-
Method Details
-
fromString
Creates or finds a CopyMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CopyMode.
-
values
Gets known CopyMode values.- Returns:
- known CopyMode values.
-
fromString(String)factory method.