Share via


RepoType Struct

Definition

The type of repository.

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

Fields

DevOps
Github

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

Equals(RepoType)

Compares values of enum type RepoType

GetHashCode()

Returns hashCode for enum RepoType

ToString()

Returns string representation for RepoType

Operators

Equality(RepoType, RepoType)

Overriding == operator for enum RepoType

Implicit(RepoType to String)

Implicit operator to convert RepoType to string

Implicit(String to RepoType)

Implicit operator to convert string to RepoType

Inequality(RepoType, RepoType)

Overriding != operator for enum RepoType

Applies to