DevTestLabNotificationChannelEventType Struct

Definition

The event type for which this notification is enabled (i.e. AutoShutdown, Cost).

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

Constructors

DevTestLabNotificationChannelEventType(String)

Initializes a new instance of DevTestLabNotificationChannelEventType.

Properties

AutoShutdown

AutoShutdown.

Cost

Cost.

Methods

Equals(DevTestLabNotificationChannelEventType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType)

Determines if two DevTestLabNotificationChannelEventType values are the same.

Implicit(String to DevTestLabNotificationChannelEventType)

Converts a string to a DevTestLabNotificationChannelEventType.

Inequality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType)

Determines if two DevTestLabNotificationChannelEventType values are not the same.

Applies to