RosAlertContactProps
Properties for defining a RosAlertContact
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-alertcontact
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosAlertContactProps {
object ContactName,
object DingRobotWebhookUrl = null,
object Email = null,
object PhoneNum = null,
object ProxyUserId = null,
object RegionId = null,
object SystemNoc = null
};
Properties
Name | Type | Description |
---|---|---|
ContactName |
object |
No description. |
DingRobotWebhookUrl |
object |
No description. |
Email |
object |
No description. |
PhoneNum |
object |
No description. |
ProxyUserId |
object |
No description. |
RegionId |
object |
No description. |
SystemNoc |
object |
No description. |
ContactName
Required
public object ContactName { get; set; }
- Type: object
DingRobotWebhookUrl
Optional
public object DingRobotWebhookUrl { get; set; }
- Type: object
Email
Optional
public object Email { get; set; }
- Type: object
PhoneNum
Optional
public object PhoneNum { get; set; }
- Type: object
ProxyUserId
Optional
public object ProxyUserId { get; set; }
- Type: object
RegionId
Optional
public object RegionId { get; set; }
- Type: object
SystemNoc
Optional
public object SystemNoc { get; set; }
- Type: object