Sha256: a401e190381ae7aa70c790e224ff91b7bd3db98243a04507983dc6e012d4f60a
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Web 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_web-0.9.0 | lib/generated/azure_mgmt_web/models/scm_type.rb |