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

ChargingType Struct

Definition

Charging type.

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

Fields

PerDevice

Per device charging type.

PerOrder

Per order charging type.

Methods

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

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

Equals(ChargingType)

Compares values of enum type ChargingType

Equals(Object)

Compares values of enum type ChargingType (override for Object)

GetHashCode()

Returns hashCode for enum ChargingType

ToString()

Returns string representation for ChargingType

Operators

Equality(ChargingType, ChargingType)

Overriding == operator for enum ChargingType

Implicit(ChargingType to String)

Implicit operator to convert ChargingType to string

Implicit(String to ChargingType)

Implicit operator to convert string to ChargingType

Inequality(ChargingType, ChargingType)

Overriding != operator for enum ChargingType

Applies to