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
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
Azure SDK for .NET