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

LengthHeightUnit Struct

Definition

Unit for the dimensions of length, height and width.

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

Fields

Cm

Centimeter.

In

Inch, applicable for West US.

Methods

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

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

Equals(LengthHeightUnit)

Compares values of enum type LengthHeightUnit

Equals(Object)

Compares values of enum type LengthHeightUnit (override for Object)

GetHashCode()

Returns hashCode for enum LengthHeightUnit

ToString()

Returns string representation for LengthHeightUnit

Operators

Equality(LengthHeightUnit, LengthHeightUnit)

Overriding == operator for enum LengthHeightUnit

Implicit(LengthHeightUnit to String)

Implicit operator to convert LengthHeightUnit to string

Implicit(String to LengthHeightUnit)

Implicit operator to convert string to LengthHeightUnit

Inequality(LengthHeightUnit, LengthHeightUnit)

Overriding != operator for enum LengthHeightUnit

Applies to