Sha256: 758b13d0d4e9e286342df8b523ac15db0601c5550ce6744986af47186a8fed98
Contents?: true
Size: 663 Bytes
Versions: 9
Compression:
Stored size: 663 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Web::Mgmt::V2018_02_01 module Models # # Defines values for ScmType # module ScmType None = "None" Dropbox = "Dropbox" Tfs = "Tfs" LocalGit = "LocalGit" GitHub = "GitHub" CodePlexGit = "CodePlexGit" CodePlexHg = "CodePlexHg" BitbucketGit = "BitbucketGit" BitbucketHg = "BitbucketHg" ExternalGit = "ExternalGit" ExternalHg = "ExternalHg" OneDrive = "OneDrive" VSO = "VSO" end end end
Version data entries
9 entries across 9 versions & 1 rubygems