RosApplyAlertRuleTemplateProps
Properties for defining a RosApplyAlertRuleTemplate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-applyalertruletemplate
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosApplyAlertRuleTemplateProps {
object ClusterIds = null,
object TemplateIds = null,
object Update = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterIds |
object |
No description. |
TemplateIds |
object |
No description. |
Update |
object |
No description. |
ClusterIds
Optional
public object ClusterIds { get; set; }
- Type: object
TemplateIds
Optional
public object TemplateIds { get; set; }
- Type: object
Update
Optional
public object Update { get; set; }
- Type: object