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