Share via


SourceControlType Struct

Definition

The type of source control service.

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

Fields

Github
VisualStudioTeamService

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 SourceControlType (override for Object)

Equals(SourceControlType)

Compares values of enum type SourceControlType

GetHashCode()

Returns hashCode for enum SourceControlType

ToString()

Returns string representation for SourceControlType

Operators

Equality(SourceControlType, SourceControlType)

Overriding == operator for enum SourceControlType

Implicit(SourceControlType to String)

Implicit operator to convert SourceControlType to string

Implicit(String to SourceControlType)

Implicit operator to convert string to SourceControlType

Inequality(SourceControlType, SourceControlType)

Overriding != operator for enum SourceControlType

Applies to