NotificationMode Struct

Definition

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

Gets the EventHub.

NotSpecified

Gets the NotSpecified.

WebHook

Gets the 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.

Implicit(String to Nullable<NotificationMode>)
Inequality(NotificationMode, NotificationMode)

Determines if two NotificationMode values are not the same.

Applies to