EdgeOrderProductChargingType Struct

Definition

Charging type.

public readonly struct EdgeOrderProductChargingType : IEquatable<Azure.ResourceManager.EdgeOrder.Models.EdgeOrderProductChargingType>
type EdgeOrderProductChargingType = struct
Public Structure EdgeOrderProductChargingType
Implements IEquatable(Of EdgeOrderProductChargingType)
Inheritance
EdgeOrderProductChargingType
Implements

Constructors

EdgeOrderProductChargingType(String)

Initializes a new instance of EdgeOrderProductChargingType.

Properties

PerDevice

Per device charging type.

PerOrder

Per order charging type.

Methods

Equals(EdgeOrderProductChargingType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(EdgeOrderProductChargingType, EdgeOrderProductChargingType)

Determines if two EdgeOrderProductChargingType values are the same.

Implicit(String to EdgeOrderProductChargingType)

Converts a string to a EdgeOrderProductChargingType.

Inequality(EdgeOrderProductChargingType, EdgeOrderProductChargingType)

Determines if two EdgeOrderProductChargingType values are not the same.

Applies to