ScalingRuleProps
Properties for defining a ScalingRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ess-scalingrule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new ScalingRuleProps {
object ScalingRuleId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ScalingRuleId |
object |
Property scalingRuleId: The ID of the scaling rule that you want to query. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ScalingRuleId
Required
public object ScalingRuleId { get; set; }
- Type: object
Property scalingRuleId: The ID of the scaling rule that you want to query.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.