ConsumptionLotStatus Struct

Definition

The status of the lot.

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

Constructors

ConsumptionLotStatus(String)

Initializes a new instance of ConsumptionLotStatus.

Properties

Active

Active.

Canceled

Canceled.

Complete

Complete.

Expired

Expired.

Inactive

Inactive.

None

None.

Methods

Equals(ConsumptionLotStatus)

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

Determines if two ConsumptionLotStatus values are the same.

Implicit(String to ConsumptionLotStatus)

Converts a string to a ConsumptionLotStatus.

Inequality(ConsumptionLotStatus, ConsumptionLotStatus)

Determines if two ConsumptionLotStatus values are not the same.

Applies to