ConsumptionEventType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Identifie le type de l’événement. Nom sérialisé : EventType
public readonly struct ConsumptionEventType : IEquatable<Azure.ResourceManager.Consumption.Models.ConsumptionEventType>
type ConsumptionEventType = struct
Public Structure ConsumptionEventType
Implements IEquatable(Of ConsumptionEventType)
- Héritage
-
ConsumptionEventType
- Implémente
Constructeurs
ConsumptionEventType(String) |
Initialise une nouvelle instance de ConsumptionEventType. |
Propriétés
CreditExpired |
CreditExpired Serialized Name: EventType.CreditExpired |
NewCredit |
Nom sérialisé NewCredit : EventType.NewCredit |
PendingAdjustments |
PendingAdjustments Nom sérialisé : EventType.PendingAdjustments |
PendingCharges |
Nom sérialisé PendingCharges : EventType.PendingCharges |
PendingExpiredCredit |
PendingExpiredCredit Serialized Name: EventType.PendingExpiredCredit |
PendingNewCredit |
PendingNewCredit Nom sérialisé : EventType.PendingNewCredit |
SettledCharges |
Nom sérialisé SettledCharges : EventType.SettledCharges |
UnKnown |
Nom sérialisé non connu : EventType.UnKnown |
Méthodes
Equals(ConsumptionEventType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(ConsumptionEventType, ConsumptionEventType) |
Détermine si deux ConsumptionEventType valeurs sont identiques. |
Implicit(String to ConsumptionEventType) |
Convertit une chaîne en ConsumptionEventType. |
Inequality(ConsumptionEventType, ConsumptionEventType) |
Détermine si deux ConsumptionEventType valeurs ne sont pas identiques. |