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