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. |
ContactNameRequired
public object ContactName { get; set; }
- Type: object
DingRobotWebhookUrlOptional
public object DingRobotWebhookUrl { get; set; }
- Type: object
EmailOptional
public object Email { get; set; }
- Type: object
PhoneNumOptional
public object PhoneNum { get; set; }
- Type: object
ProxyUserIdOptional
public object ProxyUserId { get; set; }
- Type: object
RegionIdOptional
public object RegionId { get; set; }
- Type: object
SystemNocOptional
public object SystemNoc { get; set; }
- Type: object