Skip to content

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.

ClusterIdsOptional

public object ClusterIds { get; set; }
  • Type: object

TemplateIdsOptional

public object TemplateIds { get; set; }
  • Type: object

UpdateOptional

public object Update { get; set; }
  • Type: object