次の方法で共有


ScmType クラス

定義

ScmType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.ScmType>))]
public class ScmType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.AppService.Fluent.Models.ScmType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.ScmType>))>]
type ScmType = class
    inherit ExpandableStringEnum<ScmType>
Public Class ScmType
Inherits ExpandableStringEnum(Of ScmType)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

ScmType()

ScmType の値を定義します。

フィールド

BitbucketGit

ScmType の値を定義します。

BitbucketHg

ScmType の値を定義します。

CodePlexGit

ScmType の値を定義します。

CodePlexHg

ScmType の値を定義します。

Dropbox

ScmType の値を定義します。

ExternalGit

ScmType の値を定義します。

ExternalHg

ScmType の値を定義します。

GitHub

ScmType の値を定義します。

LocalGit

ScmType の値を定義します。

None

ScmType の値を定義します。

OneDrive

ScmType の値を定義します。

Tfs

ScmType の値を定義します。

VSO

ScmType の値を定義します。

VSTSRM

ScmType の値を定義します。

プロパティ

Value

ScmType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

ScmType の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

ScmType の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

ScmType の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

ScmType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象