AlertTemplatesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new AlertTemplatesProperty {
object Category,
object MetricName,
object Namespace,
object RuleName,
object Escalations = null,
object Period = null,
object Selector = null,
object Webhook = null
};
Properties
CategoryRequired
public object Category { get; set; }
MetricNameRequired
public object MetricName { get; set; }
NamespaceRequired
public object Namespace { get; set; }
RuleNameRequired
public object RuleName { get; set; }
EscalationsOptional
public object Escalations { get; set; }
PeriodOptional
public object Period { get; set; }
SelectorOptional
public object Selector { get; set; }
WebhookOptional
public object Webhook { get; set; }