ExpressionListProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new ExpressionListProperty {
object ComparisonOperator,
object MetricName,
object Period,
object Statistics,
object Threshold
};
Properties
ComparisonOperatorRequired
public object ComparisonOperator { get; set; }
MetricNameRequired
public object MetricName { get; set; }
PeriodRequired
public object Period { get; set; }
StatisticsRequired
public object Statistics { get; set; }
ThresholdRequired
public object Threshold { get; set; }