DevTestLabNotificationChannelEventType Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Der Ereignistyp, für den diese Benachrichtigung aktiviert ist (d. h. AutoShutdown, Kosten).
public readonly struct DevTestLabNotificationChannelEventType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationChannelEventType>
type DevTestLabNotificationChannelEventType = struct
Public Structure DevTestLabNotificationChannelEventType
Implements IEquatable(Of DevTestLabNotificationChannelEventType)
- Vererbung
-
DevTestLabNotificationChannelEventType
- Implementiert
Konstruktoren
DevTestLabNotificationChannelEventType(String) |
Initialisiert eine neue Instanz von DevTestLabNotificationChannelEventType. |
Eigenschaften
AutoShutdown |
AutoShutdown. |
Cost |
Kosten: |
Methoden
Equals(DevTestLabNotificationChannelEventType) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType) |
Bestimmt, ob zwei DevTestLabNotificationChannelEventType Werte gleich sind. |
Implicit(String to DevTestLabNotificationChannelEventType) |
Konvertiert eine Zeichenfolge in eine DevTestLabNotificationChannelEventType. |
Inequality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType) |
Bestimmt, ob zwei DevTestLabNotificationChannelEventType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET