Class SourceControlType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SourceControlType>
com.azure.resourcemanager.devtestlabs.models.SourceControlType

public final class SourceControlType extends com.azure.core.util.ExpandableStringEnum<SourceControlType>
The artifact source's type.
  • Field Details

    • VSO_GIT

      public static final SourceControlType VSO_GIT
      Static value VsoGit for SourceControlType.
    • GIT_HUB

      public static final SourceControlType GIT_HUB
      Static value GitHub for SourceControlType.
    • STORAGE_ACCOUNT

      public static final SourceControlType STORAGE_ACCOUNT
      Static value StorageAccount for SourceControlType.
  • Constructor Details

    • SourceControlType

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

    • fromString

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

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