Freigeben über


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

Name Description
ConsumptionEventType(String)

Initializes a new instance of ConsumptionEventType.

Properties

Name Description
CreditExpired

CreditExpired.

NewCredit

NewCredit.

PendingAdjustments

PendingAdjustments.

PendingCharges

PendingCharges.

PendingExpiredCredit

PendingExpiredCredit.

PendingNewCredit

PendingNewCredit.

SettledCharges

SettledCharges.

UnKnown

UnKnown.

Methods

Name Description
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

Name Description
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