java.lang.Object
com.azure.core.util.ExpandableStringEnum<CreateMode>
com.azure.analytics.synapse.artifacts.models.CreateMode

public final class CreateMode extends ExpandableStringEnum<CreateMode>
Defines values for CreateMode.
  • Field Details

    • DEFAULT

      public static final CreateMode DEFAULT
      Static value Default for CreateMode.
    • POINT_IN_TIME_RESTORE

      public static final CreateMode POINT_IN_TIME_RESTORE
      Static value PointInTimeRestore for CreateMode.
    • RECOVERY

      public static final CreateMode RECOVERY
      Static value Recovery for CreateMode.
    • RESTORE

      public static final CreateMode RESTORE
      Static value Restore for CreateMode.
  • Constructor Details

    • CreateMode

      public CreateMode()
  • Method Details

    • fromString

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

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