I
InsightNexus

ScmType (Azure SDK for Java Reference Documentation)

Author

Rachel Davis

Published Feb 16, 2026

ScmType (Azure SDK for Java Reference Documentation)
  • java.lang.Object
    • com.azure.core.util.ExpandableStringEnum<ScmType>
      • com.azure.resourcemanager.appservice.models.ScmType

  • public final class ScmTypeextends com.azure.core.util.ExpandableStringEnum<ScmType>

    Defines values for ScmType.

    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor and Description
      ScmType() 
    • Method Summary

      • Methods inherited from class com.azure.core.util.ExpandableStringEnum

        equals, fromString, hashCode, toString, values
    • Field Detail

      • NONE

        public static final ScmType NONE

        Static value None for ScmType.

      • DROPBOX

        public static final ScmType DROPBOX

        Static value Dropbox for ScmType.

      • TFS

        public static final ScmType TFS

        Static value Tfs for ScmType.

      • LOCAL_GIT

        public static final ScmType LOCAL_GIT

        Static value LocalGit for ScmType.

      • GIT_HUB

        public static final ScmType GIT_HUB

        Static value GitHub for ScmType.

      • CODE_PLEX_GIT

        public static final ScmType CODE_PLEX_GIT

        Static value CodePlexGit for ScmType.

      • CODE_PLEX_HG

        public static final ScmType CODE_PLEX_HG

        Static value CodePlexHg for ScmType.

      • BITBUCKET_GIT

        public static final ScmType BITBUCKET_GIT

        Static value BitbucketGit for ScmType.

      • BITBUCKET_HG

        public static final ScmType BITBUCKET_HG

        Static value BitbucketHg for ScmType.

      • EXTERNAL_GIT

        public static final ScmType EXTERNAL_GIT

        Static value ExternalGit for ScmType.

      • EXTERNAL_HG

        public static final ScmType EXTERNAL_HG

        Static value ExternalHg for ScmType.

      • ONE_DRIVE

        public static final ScmType ONE_DRIVE

        Static value OneDrive for ScmType.

      • VSO

        public static final ScmType VSO

        Static value VSO for ScmType.

      • VSTSRM

        public static final ScmType VSTSRM

        Static value VSTSRM for ScmType.

    • Constructor Detail

      • ScmType

        public ScmType()
    • Method Detail

      • fromString

        public static ScmType fromString(String name)

        Creates or finds a ScmType from its string representation.

        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ScmType.

Copyright © 2020 Microsoft Corporation. All rights reserved.