RosMetricRuleTemplateProps
Properties for defining a RosMetricRuleTemplate.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-metricruletemplate
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosMetricRuleTemplateProps {
object Name,
object AlertTemplates = null,
object Description = null,
object RestVersion = null,
object TemplateId = null
};
Properties
| Name | Type | Description |
|---|---|---|
Name |
object |
No description. |
AlertTemplates |
object |
No description. |
Description |
object |
No description. |
RestVersion |
object |
No description. |
TemplateId |
object |
No description. |
NameRequired
public object Name { get; set; }
- Type: object
AlertTemplatesOptional
public object AlertTemplates { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
RestVersionOptional
public object RestVersion { get; set; }
- Type: object
TemplateIdOptional
public object TemplateId { get; set; }
- Type: object