Freigeben über


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

Name Description
DevTestLabNotificationChannelEventType(String)

Initializes a new instance of DevTestLabNotificationChannelEventType.

Properties

Name Description
AutoShutdown

Gets the AutoShutdown.

Cost

Gets the Cost.

Methods

Name Description
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

Name Description
Equality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType)

Determines if two DevTestLabNotificationChannelEventType values are the same.

Implicit(String to DevTestLabNotificationChannelEventType)

Converts a string to a DevTestLabNotificationChannelEventType.

Implicit(String to Nullable<DevTestLabNotificationChannelEventType>)
Inequality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType)

Determines if two DevTestLabNotificationChannelEventType values are not the same.

Applies to