Class CopyBehaviorType


  • public final class CopyBehaviorType
    extends com.azure.core.util.ExpandableStringEnum<CopyBehaviorType>
    Defines values for CopyBehaviorType.
    • Field Detail

      • PRESERVE_HIERARCHY

        public static final CopyBehaviorType PRESERVE_HIERARCHY
        Static value PreserveHierarchy for CopyBehaviorType.
      • FLATTEN_HIERARCHY

        public static final CopyBehaviorType FLATTEN_HIERARCHY
        Static value FlattenHierarchy for CopyBehaviorType.
      • MERGE_FILES

        public static final CopyBehaviorType MERGE_FILES
        Static value MergeFiles for CopyBehaviorType.
    • Constructor Detail

      • CopyBehaviorType

        public CopyBehaviorType()
    • Method Detail

      • fromString

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