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

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