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

DescriptionType Struct

Definition

Type of description.

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

Fields

Base

Base description.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(DescriptionType)

Compares values of enum type DescriptionType

Equals(Object)

Compares values of enum type DescriptionType (override for Object)

GetHashCode()

Returns hashCode for enum DescriptionType

ToString()

Returns string representation for DescriptionType

Operators

Equality(DescriptionType, DescriptionType)

Overriding == operator for enum DescriptionType

Implicit(DescriptionType to String)

Implicit operator to convert DescriptionType to string

Implicit(String to DescriptionType)

Implicit operator to convert string to DescriptionType

Inequality(DescriptionType, DescriptionType)

Overriding != operator for enum DescriptionType

Applies to