Compartir a través de


ConsumptionEventType Estructura

Definición

Identifica el tipo del evento. Nombre serializado: EventType

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

Constructores

ConsumptionEventType(String)

Inicializa una nueva instancia de la clase ConsumptionEventType.

Propiedades

CreditExpired

CreditExpired Serialized Name: EventType.CreditExpired

NewCredit

Nombre serializado de NewCredit: EventType.NewCredit

PendingAdjustments

PendingAdjustments Serialized Name: EventType.PendingAdjustments

PendingCharges

Nombre serializado de PendingCharges: EventType.PendingCharges

PendingExpiredCredit

PendingExpiredCredit Serialized Name: EventType.PendingExpiredCredit

PendingNewCredit

Nombre serializado PendingNewCredit: EventType.PendingNewCredit

SettledCharges

Nombre serializado de SettledCharges: EventType.SettledCharges

UnKnown

Nombre serializado sin saber: EventType.UnKnown

Métodos

Equals(ConsumptionEventType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(ConsumptionEventType, ConsumptionEventType)

Determina si dos ConsumptionEventType valores son iguales.

Implicit(String to ConsumptionEventType)

Convierte una cadena en un ConsumptionEventType.

Inequality(ConsumptionEventType, ConsumptionEventType)

Determina si dos ConsumptionEventType valores no son los mismos.

Se aplica a