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

NotificationAlertTriggerType 结构

定义

比较运算符。 序列化名称:OperatorType

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

构造函数

NotificationAlertTriggerType(String)

初始化 NotificationAlertTriggerType 的新实例。

属性

EqualTo

如果评估的成本与阈值相同,则会触发警报。 注意:不建议使用此 OperatorType,因为成本与阈值完全相同的可能性很低,从而导致缺少警报。 将来将弃用此 OperatorType。 序列化名称:OperatorType.EqualTo

GreaterThan

如果计算的成本大于阈值,则会触发警报。 注意:这是配置预算警报时建议的 OperatorType。 序列化名称:OperatorType.GreaterThan

GreaterThanOrEqualTo

如果评估的成本大于或等于阈值,则会触发警报。 序列化名称:OperatorType.GreaterThanOrEqualTo

方法

Equals(NotificationAlertTriggerType)

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

ToString()

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

运算符

Equality(NotificationAlertTriggerType, NotificationAlertTriggerType)

确定两个 NotificationAlertTriggerType 值是否相同。

Implicit(String to NotificationAlertTriggerType)

将字符串转换为 NotificationAlertTriggerType

Inequality(NotificationAlertTriggerType, NotificationAlertTriggerType)

确定两个 NotificationAlertTriggerType 值是否不同。

适用于