Sdílet prostřednictvím


ConsumptionEventType Struct

Definition

Identifies the type of the event.

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

Constructors

ConsumptionEventType(String)

Initializes a new instance of ConsumptionEventType.

Properties

CreditExpired

CreditExpired.

NewCredit

NewCredit.

PendingAdjustments

PendingAdjustments.

PendingCharges

PendingCharges.

PendingExpiredCredit

PendingExpiredCredit.

PendingNewCredit

PendingNewCredit.

SettledCharges

SettledCharges.

UnKnown

UnKnown.

Methods

Equals(ConsumptionEventType)

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

Determines if two ConsumptionEventType values are the same.

Implicit(String to ConsumptionEventType)

Converts a string to a ConsumptionEventType.

Inequality(ConsumptionEventType, ConsumptionEventType)

Determines if two ConsumptionEventType values are not the same.

Applies to