你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationHookKind 结构

定义

挂钩类型。

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

构造函数

NotificationHookKind(String)

确定两个 NotificationHookKind 值是否相同。

属性

Email

电子邮件挂钩是将异常警报发送到用户提供的电子邮件地址的通道。

Webhook

Web 挂钩是指标顾问服务中所有可用信息的入口点,并在触发警报时调用用户提供的 API。

方法

Equals(NotificationHookKind)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(NotificationHookKind, NotificationHookKind)

确定两个 NotificationHookKind 值是否相同。

Implicit(String to NotificationHookKind)

将字符串转换为 NotificationHookKind

Inequality(NotificationHookKind, NotificationHookKind)

确定两个 NotificationHookKind 值是否不相同。

适用于