Class ProjectSourcePlatform

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

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

  • Constructor Details

    • ProjectSourcePlatform

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

    • fromString

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

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