Uses of Class
com.microsoft.azure.management.appservice.ScmType
-
-
Uses of ScmType in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as ScmType Modifier and Type Field Description static ScmTypeScmType. BITBUCKET_GITStatic value BitbucketGit for ScmType.static ScmTypeScmType. BITBUCKET_HGStatic value BitbucketHg for ScmType.static ScmTypeScmType. CODE_PLEX_GITStatic value CodePlexGit for ScmType.static ScmTypeScmType. CODE_PLEX_HGStatic value CodePlexHg for ScmType.static ScmTypeScmType. DROPBOXStatic value Dropbox for ScmType.static ScmTypeScmType. EXTERNAL_GITStatic value ExternalGit for ScmType.static ScmTypeScmType. EXTERNAL_HGStatic value ExternalHg for ScmType.static ScmTypeScmType. GIT_HUBStatic value GitHub for ScmType.static ScmTypeScmType. LOCAL_GITStatic value LocalGit for ScmType.static ScmTypeScmType. NONEStatic value None for ScmType.static ScmTypeScmType. ONE_DRIVEStatic value OneDrive for ScmType.static ScmTypeScmType. TFSStatic value Tfs for ScmType.static ScmTypeScmType. VSOStatic value VSO for ScmType.Methods in com.microsoft.azure.management.appservice that return ScmType Modifier and Type Method Description static ScmTypeScmType. fromString(String name)Creates or finds a ScmType from its string representation.ScmTypeSiteConfig. scmType()Get sCM type.ScmTypeWebAppBase. scmType()Methods in com.microsoft.azure.management.appservice that return types with arguments of type ScmType Modifier and Type Method Description static Collection<ScmType>ScmType. values()Methods in com.microsoft.azure.management.appservice with parameters of type ScmType Modifier and Type Method Description SiteConfigSiteConfig. withScmType(ScmType scmType)Set sCM type.
-