SiteConfigResourceInner.ScmType Property

Definition

Gets or sets SCM type. Possible values include: 'None', 'Dropbox', 'Tfs', 'LocalGit', 'GitHub', 'CodePlexGit', 'CodePlexHg', 'BitbucketGit', 'BitbucketHg', 'ExternalGit', 'ExternalHg', 'OneDrive', 'VSO', 'VSTSRM'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scmType")]
public Microsoft.Azure.Management.AppService.Fluent.Models.ScmType ScmType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scmType")>]
member this.ScmType : Microsoft.Azure.Management.AppService.Fluent.Models.ScmType with get, set
Public Property ScmType As ScmType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to