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

SourceKind Struct

Definition

Source type of the content

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

Fields

Community
LocalWorkspace
Solution
SourceRepository

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

Equals(SourceKind)

Compares values of enum type SourceKind

GetHashCode()

Returns hashCode for enum SourceKind

ToString()

Returns string representation for SourceKind

Operators

Equality(SourceKind, SourceKind)

Overriding == operator for enum SourceKind

Implicit(SourceKind to String)

Implicit operator to convert SourceKind to string

Implicit(String to SourceKind)

Implicit operator to convert string to SourceKind

Inequality(SourceKind, SourceKind)

Overriding != operator for enum SourceKind

Applies to