DevTestLabNotificationChannelEventType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
AutoShutdown. |
| Cost |
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. |
| Inequality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType) |
Determines if two DevTestLabNotificationChannelEventType values are not the same. |