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

OutputType Struct

Definition

Insights Column type.

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

Fields

Date
Entity
Number
String

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

Equals(OutputType)

Compares values of enum type OutputType

GetHashCode()

Returns hashCode for enum OutputType

ToString()

Returns string representation for OutputType

Operators

Equality(OutputType, OutputType)

Overriding == operator for enum OutputType

Implicit(OutputType to String)

Implicit operator to convert OutputType to string

Implicit(String to OutputType)

Implicit operator to convert string to OutputType

Inequality(OutputType, OutputType)

Overriding != operator for enum OutputType

Applies to