你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CostThresholdProperties interface
成本阈值项的属性。
属性
display |
指示此阈值是否将显示在成本图表上。 |
notification |
指示上次针对此阈值发送通知的日期时间。 |
percentage |
百分比成本阈值的值。 |
send |
指示是否在超过此阈值时发送通知。 |
threshold |
成本阈值项的 ID。 |
属性详细信息
displayOnChart
指示此阈值是否将显示在成本图表上。
displayOnChart?: string
属性值
string
notificationSent
指示上次针对此阈值发送通知的日期时间。
notificationSent?: string
属性值
string
percentageThreshold
百分比成本阈值的值。
percentageThreshold?: PercentageCostThresholdProperties
属性值
sendNotificationWhenExceeded
指示是否在超过此阈值时发送通知。
sendNotificationWhenExceeded?: string
属性值
string
thresholdId
成本阈值项的 ID。
thresholdId?: string
属性值
string