Class UpdateActionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<UpdateActionType>
com.azure.resourcemanager.datamigration.models.UpdateActionType

public final class UpdateActionType extends com.azure.core.util.ExpandableStringEnum<UpdateActionType>
Type of the actual difference for the compared object, while performing schema comparison.
  • Field Details

    • DELETED_ON_TARGET

      public static final UpdateActionType DELETED_ON_TARGET
      Static value DeletedOnTarget for UpdateActionType.
    • CHANGED_ON_TARGET

      public static final UpdateActionType CHANGED_ON_TARGET
      Static value ChangedOnTarget for UpdateActionType.
    • ADDED_ON_TARGET

      public static final UpdateActionType ADDED_ON_TARGET
      Static value AddedOnTarget for UpdateActionType.
  • Constructor Details

    • UpdateActionType

      @Deprecated public UpdateActionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of UpdateActionType value.
  • Method Details

    • fromString

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

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