LengthHeightUnit Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| Cm |
Centimeter. |
| In |
Inch, applicable for West US. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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 |