java.lang.Object
com.azure.core.util.ExpandableStringEnum<SyncType>
com.azure.resourcemanager.dataprotection.models.SyncType

public final class SyncType extends com.azure.core.util.ExpandableStringEnum<SyncType>
Field indicating sync type e.g. to sync only in case of failure or in all cases.
  • Field Details

    • DEFAULT

      public static final SyncType DEFAULT
      Static value Default for SyncType.
    • FORCE_RESYNC

      public static final SyncType FORCE_RESYNC
      Static value ForceResync for SyncType.
  • Constructor Details

  • Method Details

    • fromString

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

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