你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScmType Struct

Definition

SCM type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmTypeTypeConverter))]
public struct ScmType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ScmTypeTypeConverter))>]
type ScmType = struct
    interface IArgumentCompleter
Public Structure ScmType
Implements IArgumentCompleter, IEquatable(Of ScmType)
Inheritance
ScmType
Attributes
Implements

Fields

BitbucketGit
BitbucketHg
CodePlexGit
CodePlexHg
Dropbox
ExternalGit
ExternalHg
GitHub
LocalGit
None
OneDrive
Tfs
Vso
Vstsrm

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ScmType (override for Object)

Equals(ScmType)

Compares values of enum type ScmType

GetHashCode()

Returns hashCode for enum ScmType

ToString()

Returns string representation for ScmType

Operators

Equality(ScmType, ScmType)

Overriding == operator for enum ScmType

Implicit(ScmType to String)

Implicit operator to convert ScmType to string

Implicit(String to ScmType)

Implicit operator to convert string to ScmType

Inequality(ScmType, ScmType)

Overriding != operator for enum ScmType

Applies to