NotificationMode Struct

Definition

The NotificationMode.

public readonly struct NotificationMode : IEquatable<Azure.ResourceManager.ProviderHub.Models.NotificationMode>
type NotificationMode = struct
Public Structure NotificationMode
Implements IEquatable(Of NotificationMode)
Inheritance
NotificationMode
Implements

Constructors

NotificationMode(String)

Initializes a new instance of NotificationMode.

Properties

EventHub

EventHub.

NotSpecified

NotSpecified.

WebHook

WebHook.

Methods

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

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.

Applies to