NotificationHookKind Struct

Definition

hook type.

public readonly struct NotificationHookKind : IEquatable<Azure.AI.MetricsAdvisor.Models.NotificationHookKind>
type NotificationHookKind = struct
Public Structure NotificationHookKind
Implements IEquatable(Of NotificationHookKind)
Inheritance
NotificationHookKind
Implements

Constructors

NotificationHookKind(String)

Determines if two NotificationHookKind values are the same.

Properties

Email

An email hook is the channel for anomaly alerts to be sent to user-provided email addresses.

Webhook

A web hook is the entry point for all the information available from the Metrics Advisor service, and calls a user-provided API when an alert is triggered.

Methods

Equals(NotificationHookKind)

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(NotificationHookKind, NotificationHookKind)

Determines if two NotificationHookKind values are the same.

Implicit(String to NotificationHookKind)

Converts a string to a NotificationHookKind.

Inequality(NotificationHookKind, NotificationHookKind)

Determines if two NotificationHookKind values are not the same.

Applies to