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

MonitoringNotificationMode 结构

定义

MonitoringNotificationMode。

public readonly struct MonitoringNotificationMode : IEquatable<Azure.ResourceManager.MachineLearning.Models.MonitoringNotificationMode>
type MonitoringNotificationMode = struct
Public Structure MonitoringNotificationMode
Implements IEquatable(Of MonitoringNotificationMode)
继承
MonitoringNotificationMode
实现

构造函数

MonitoringNotificationMode(String)

初始化 MonitoringNotificationMode 的新实例。

属性

Disabled

禁用的通知不会生成用于发出警报的电子邮件/指标。

Enabled

已启用的通知将生成用于警报的电子邮件/指标。

方法

Equals(MonitoringNotificationMode)

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

ToString()

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

运算符

Equality(MonitoringNotificationMode, MonitoringNotificationMode)

确定两个 MonitoringNotificationMode 值是否相同。

Implicit(String to MonitoringNotificationMode)

将字符串转换为 MonitoringNotificationMode

Inequality(MonitoringNotificationMode, MonitoringNotificationMode)

确定两个 MonitoringNotificationMode 值是否不同。

适用于