Sha256: 7459378db99db59ca23e7900d9f8083ddfd461fcc6eec198cb438c46d27d2a26

Contents?: true

Size: 687 Bytes

Versions: 2

Compression:

Stored size: 687 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::V2020_09_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"
      VSTSRM = "VSTSRM"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_web-0.18.1 lib/2020-09-01/generated/azure_mgmt_web/models/scm_type.rb
azure_mgmt_web-0.18.0 lib/2020-09-01/generated/azure_mgmt_web/models/scm_type.rb