Compartir a través de


DevTestLabNotificationChannelEventType Estructura

Definición

Tipo de evento para el que está habilitada esta notificación (es decir, AutoShutdown, Cost).

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

Constructores

DevTestLabNotificationChannelEventType(String)

Inicializa una nueva instancia de la clase DevTestLabNotificationChannelEventType.

Propiedades

AutoShutdown

AutoShutdown.

Cost

El costo.

Métodos

Equals(DevTestLabNotificationChannelEventType)

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

Determina si dos DevTestLabNotificationChannelEventType valores son iguales.

Implicit(String to DevTestLabNotificationChannelEventType)

Convierte una cadena en un DevTestLabNotificationChannelEventType.

Inequality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType)

Determina si dos DevTestLabNotificationChannelEventType valores no son los mismos.

Se aplica a