MetricRuleTargetsProps
Properties for defining a MetricRuleTargets.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-metricruletargets
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new MetricRuleTargetsProps {
object RuleId,
object Targets
};
Properties
| Name | Type | Description |
|---|---|---|
RuleId |
object |
Property ruleId: The ID of the alert rule. |
Targets |
object |
Property targets: undefined. |
RuleIdRequired
public object RuleId { get; set; }
- Type: object
Property ruleId: The ID of the alert rule.
TargetsRequired
public object Targets { get; set; }
- Type: object
Property targets: undefined.