SiteConfig.ScmType 속성

정의

SCM 형식을 가져오거나 설정합니다. 가능한 값은 'None', 'Dropbox', 'Tfs', 'LocalGit', 'GitHub', 'CodePlexGit', 'CodePlexHg', 'BitbucketGit', 'BitbucketHg', 'ExternalGit', 'ExternalHg', 'OneDrive', 'VSO', 'VSTSRM'입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상