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.
Argument completer implementation for NotificationMode.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.NotificationModeTypeConverter))]
public struct NotificationMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.NotificationMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.NotificationModeTypeConverter))>]
type NotificationMode = struct
interface IArgumentCompleter
Public Structure NotificationMode
Implements IArgumentCompleter, IEquatable(Of NotificationMode)
- Inheritance
-
NotificationMode
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| EventHub | |
| NotSpecified | |
| WebHook | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(NotificationMode) |
Compares values of enum type NotificationMode |
| Equals(Object) |
Compares values of enum type NotificationMode (override for Object) |
| GetHashCode() |
Returns hashCode for enum NotificationMode |
| ToString() |
Returns string representation for NotificationMode |
Operators
| Name | Description |
|---|---|
| Equality(NotificationMode, NotificationMode) |
Overriding == operator for enum NotificationMode |
| Implicit(NotificationMode to String) |
Implicit operator to convert NotificationMode to string |
| Implicit(String to NotificationMode) |
Implicit operator to convert string to NotificationMode |
| Inequality(NotificationMode, NotificationMode) |
Overriding != operator for enum NotificationMode |