次の方法で共有


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

適用対象