你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SmartGroupModificationItem 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SmartGroupModificationItem() |
初始化 SmartGroupModificationItem 类的新实例。 |
SmartGroupModificationItem(Nullable<SmartGroupModificationEvent>, String, String, String, String, String, String) |
初始化 SmartGroupModificationItem 类的新实例。 |
SmartGroupModificationItem()
初始化 SmartGroupModificationItem 类的新实例。
public SmartGroupModificationItem ();
Public Sub New ()
适用于
SmartGroupModificationItem(Nullable<SmartGroupModificationEvent>, String, String, String, String, String, String)
初始化 SmartGroupModificationItem 类的新实例。
public SmartGroupModificationItem (Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationEvent? modificationEvent = default, string oldValue = default, string newValue = default, string modifiedAt = default, string modifiedBy = default, string comments = default, string description = default);
new Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationItem : Nullable<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationEvent> * string * string * string * string * string * string -> Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationItem
Public Sub New (Optional modificationEvent As Nullable(Of SmartGroupModificationEvent) = Nothing, Optional oldValue As String = Nothing, Optional newValue As String = Nothing, Optional modifiedAt As String = Nothing, Optional modifiedBy As String = Nothing, Optional comments As String = Nothing, Optional description As String = Nothing)
参数
- modificationEvent
- Nullable<SmartGroupModificationEvent>
修改原因。 可能的值包括:“SmartGroupCreated”、“StateChange”、“AlertAdded”、“AlertRemoved”
- oldValue
- String
旧值
- newValue
- String
新值
- modifiedAt
- String
修改的日期和时间
- modifiedBy
- String
修改的用户详细信息 (主体客户端名称)
- comments
- String
修改注释
- description
- String
修改说明