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. |
Name
Required
public object Name { get; set; }
- Type: object
AlertTemplates
Optional
public object AlertTemplates { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
RestVersion
Optional
public object RestVersion { get; set; }
- Type: object
TemplateId
Optional
public object TemplateId { get; set; }
- Type: object