Class ProjectTargetPlatform

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

public final class ProjectTargetPlatform extends com.azure.core.util.ExpandableStringEnum<ProjectTargetPlatform>
Target platform of the project.
  • Field Details

    • SQLDB

      public static final ProjectTargetPlatform SQLDB
      Static value SQLDB for ProjectTargetPlatform.
    • UNKNOWN

      public static final ProjectTargetPlatform UNKNOWN
      Static value Unknown for ProjectTargetPlatform.
  • Constructor Details

    • ProjectTargetPlatform

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

    • fromString

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

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