LoadBasedConfig.CooldownPeriod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it. The default value is 300 seconds.
public int? CooldownPeriod { get; set; }
member this.CooldownPeriod : Nullable<int> with get, set
Public Property CooldownPeriod As Nullable(Of Integer)