ConsumptionEventType 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベントの種類を識別します。 シリアル化された名前: EventType
public readonly struct ConsumptionEventType : IEquatable<Azure.ResourceManager.Consumption.Models.ConsumptionEventType>
type ConsumptionEventType = struct
Public Structure ConsumptionEventType
Implements IEquatable(Of ConsumptionEventType)
- 継承
-
ConsumptionEventType
- 実装
コンストラクター
ConsumptionEventType(String) |
ConsumptionEventType の新しいインスタンスを初期化します。 |
プロパティ
CreditExpired |
CreditExpired シリアル化された名前: EventType.CreditExpired |
NewCredit |
NewCredit シリアル化された名前: EventType.NewCredit |
PendingAdjustments |
PendingAdjustments シリアル化された名前: EventType.PendingAdjustments |
PendingCharges |
PendingCharges シリアル化された名前: EventType.PendingCharges |
PendingExpiredCredit |
PendingExpiredCredit シリアル化された名前: EventType.PendingExpiredCredit |
PendingNewCredit |
PendingNewCredit シリアル化された名前: EventType.PendingNewCredit |
SettledCharges |
SettledCharges シリアル化された名前: EventType.SettledCharges |
UnKnown |
UnKnown シリアル化された名前: EventType.UnKnown |
メソッド
Equals(ConsumptionEventType) |
現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。 |
ToString() |
このインスタンスの完全修飾型名を返します。 |
演算子
Equality(ConsumptionEventType, ConsumptionEventType) |
2 つの ConsumptionEventType 値が同じかどうかを判断します。 |
Implicit(String to ConsumptionEventType) |
文字列を ConsumptionEventType に変換します。 |
Inequality(ConsumptionEventType, ConsumptionEventType) |
2 つの ConsumptionEventType 値が同じでないかどうかを判断します。 |