共用方式為


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>)

適用於