NotificationType 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 type of notification supported.
public readonly struct NotificationType : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.NotificationType>
type NotificationType = struct
Public Structure NotificationType
Implements IEquatable(Of NotificationType)
- Inheritance
-
NotificationType
- Implements
Constructors
| Name | Description |
|---|---|
| NotificationType(String) |
Initializes a new instance of NotificationType. |
Properties
| Name | Description |
|---|---|
|
Notify through e-mail. |
Methods
| Name | Description |
|---|---|
| Equals(NotificationType) |
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(NotificationType, NotificationType) |
Determines if two NotificationType values are the same. |
| Implicit(String to NotificationType) |
Converts a String to a NotificationType. |
| Inequality(NotificationType, NotificationType) |
Determines if two NotificationType values are not the same. |