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

NotificationThresholdType 结构

定义

阈值的类型序列化名称:ThresholdType

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

构造函数

NotificationThresholdType(String)

初始化 NotificationThresholdType 的新实例。

属性

Actual

实际成本预算警报在实际应计成本超过分配的预算时发出通知。 序列化名称:ThresholdType.Actual

Forecasted

预测成本预算警报提供高级通知,指示支出趋势可能超过分配的预算,因为它依赖于预测的成本预测。 序列化名称:ThresholdType.Forecasted

方法

Equals(NotificationThresholdType)

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

ToString()

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

运算符

Equality(NotificationThresholdType, NotificationThresholdType)

确定两个 NotificationThresholdType 值是否相同。

Implicit(String to NotificationThresholdType)

将字符串转换为 NotificationThresholdType

Inequality(NotificationThresholdType, NotificationThresholdType)

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

适用于