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

OrderItemType Struct

Definition

Order item type.

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

Fields

Purchase

Purchase OrderItem.

Rental

Rental OrderItem.

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

Equals(OrderItemType)

Compares values of enum type OrderItemType

GetHashCode()

Returns hashCode for enum OrderItemType

ToString()

Returns string representation for OrderItemType

Operators

Equality(OrderItemType, OrderItemType)

Overriding == operator for enum OrderItemType

Implicit(OrderItemType to String)

Implicit operator to convert OrderItemType to string

Implicit(String to OrderItemType)

Implicit operator to convert string to OrderItemType

Inequality(OrderItemType, OrderItemType)

Overriding != operator for enum OrderItemType

Applies to