ScalingRuleTimerProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sae;
new ScalingRuleTimerProperty {
object Period,
object Schedules,
object BeginDate = null,
object EndDate = null
};
Properties
Name | Type | Description |
---|---|---|
Period |
object |
No description. |
Schedules |
object |
No description. |
BeginDate |
object |
No description. |
EndDate |
object |
No description. |
Period
Required
public object Period { get; set; }
- Type: object
Schedules
Required
public object Schedules { get; set; }
- Type: object
BeginDate
Optional
public object BeginDate { get; set; }
- Type: object
EndDate
Optional
public object EndDate { get; set; }
- Type: object