Skip to content

RosScalingRuleProps

Properties for defining a RosScalingRule.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ess-scalingrule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new RosScalingRuleProps {
    object ScalingRuleId,
    object RefreshOptions = null
};

Properties

Name Type Description
ScalingRuleId object No description.
RefreshOptions object No description.

ScalingRuleIdRequired

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

RefreshOptionsOptional

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