EdgeOrderProductMeteringType Struct

Definition

Represents Metering type (eg one-time or recurrent).

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

Constructors

EdgeOrderProductMeteringType(String)

Initializes a new instance of EdgeOrderProductMeteringType.

Properties

Adhoc

Adhoc billing.

OneTime

One time billing.

Recurring

Recurring billing.

Methods

Equals(EdgeOrderProductMeteringType)

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(EdgeOrderProductMeteringType, EdgeOrderProductMeteringType)

Determines if two EdgeOrderProductMeteringType values are the same.

Implicit(String to EdgeOrderProductMeteringType)

Converts a string to a EdgeOrderProductMeteringType.

Inequality(EdgeOrderProductMeteringType, EdgeOrderProductMeteringType)

Determines if two EdgeOrderProductMeteringType values are not the same.

Applies to