你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AlertModificationItem 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
警报修改项。
public class AlertModificationItem
type AlertModificationItem = class
Public Class AlertModificationItem
- 继承
-
AlertModificationItem
构造函数
AlertModificationItem() |
初始化 AlertModificationItem 类的新实例。 |
AlertModificationItem(Nullable<AlertModificationEvent>, String, String, String, String, String, String) |
初始化 AlertModificationItem 类的新实例。 |
属性
Comments |
获取或设置修改注释 |
Description |
获取或设置修改的说明 |
ModificationEvent |
获取或设置修改的原因。 可能的值包括:“AlertCreated”、“StateChange”、“MonitorConditionChange”、“SeverityChange”、“ActionRuleTriggered”、“ActionRuleSuppressed”、“ActionsTriggered”、“ActionsSuppressed”、“ActionsSuppressed”、“ActionsFailed” |
ModifiedAt |
获取或设置修改的日期和时间 |
ModifiedBy |
获取或设置修改的用户详细信息 (主体客户端名称) |
NewValue |
获取或设置新值 |
OldValue |
获取或设置旧值 |