Dela via


ScmType Struct

Definition

SCM type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ScmTypeTypeConverter))]
public struct ScmType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.ScmType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.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