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. |
ScalingRuleId
Required
public object ScalingRuleId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object